Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22869 (GCVE-0-2025-22869)
Vulnerability from cvelistv5 – Published: 2025-02-26 03:07 – Updated: 2025-04-11 22:03- CWE-770 - Allocation of Resources Without Limits or Throttling
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.35.0
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-22869",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-26T14:57:07.968721Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T14:57:49.252Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-11T22:03:24.222Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250411-0010/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "newHandshakeTransport"
},
{
"name": "handshakeTransport.recordWriteError"
},
{
"name": "handshakeTransport.kexLoop"
},
{
"name": "handshakeTransport.writePacket"
},
{
"name": "Client.Dial"
},
{
"name": "Client.DialContext"
},
{
"name": "Client.DialTCP"
},
{
"name": "Client.Listen"
},
{
"name": "Client.ListenTCP"
},
{
"name": "Client.ListenUnix"
},
{
"name": "Client.NewSession"
},
{
"name": "Dial"
},
{
"name": "DiscardRequests"
},
{
"name": "NewClient"
},
{
"name": "NewClientConn"
},
{
"name": "NewServerConn"
},
{
"name": "Request.Reply"
},
{
"name": "Session.Close"
},
{
"name": "Session.CombinedOutput"
},
{
"name": "Session.Output"
},
{
"name": "Session.RequestPty"
},
{
"name": "Session.RequestSubsystem"
},
{
"name": "Session.Run"
},
{
"name": "Session.SendRequest"
},
{
"name": "Session.Setenv"
},
{
"name": "Session.Shell"
},
{
"name": "Session.Signal"
},
{
"name": "Session.Start"
},
{
"name": "Session.WindowChange"
},
{
"name": "channel.Accept"
},
{
"name": "channel.Close"
},
{
"name": "channel.CloseWrite"
},
{
"name": "channel.Read"
},
{
"name": "channel.ReadExtended"
},
{
"name": "channel.Reject"
},
{
"name": "channel.SendRequest"
},
{
"name": "channel.Write"
},
{
"name": "channel.WriteExtended"
},
{
"name": "connection.SendAuthBanner"
},
{
"name": "curve25519sha256.Client"
},
{
"name": "curve25519sha256.Server"
},
{
"name": "dhGEXSHA.Client"
},
{
"name": "dhGEXSHA.Server"
},
{
"name": "dhGroup.Client"
},
{
"name": "dhGroup.Server"
},
{
"name": "ecdh.Client"
},
{
"name": "ecdh.Server"
},
{
"name": "extChannel.Read"
},
{
"name": "extChannel.Write"
},
{
"name": "mux.OpenChannel"
},
{
"name": "mux.SendRequest"
},
{
"name": "sessionStdin.Close"
},
{
"name": "sshClientKeyboardInteractive.Challenge"
},
{
"name": "tcpListener.Accept"
},
{
"name": "tcpListener.Close"
},
{
"name": "unixListener.Accept"
},
{
"name": "unixListener.Close"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.35.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Yuichi Watanabe"
}
],
"descriptions": [
{
"lang": "en",
"value": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T03:07:48.855Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/652135"
},
{
"url": "https://go.dev/issue/71931"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"title": "Potential denial of service in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-22869",
"datePublished": "2025-02-26T03:07:48.855Z",
"dateReserved": "2025-01-08T19:11:42.834Z",
"dateUpdated": "2025-04-11T22:03:24.222Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-22869",
"date": "2026-06-29",
"epss": "0.00868",
"percentile": "0.54167"
},
"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\"]}]}}",
"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:3438
Vulnerability from csaf_redhat - Published: 2025-04-01 04:50 - Updated: 2026-06-30 08:53A 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: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x | — |
Vendor Fix
fix
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: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_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": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS).",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS 4.7.1 addresses the following security vulnerabilities:\n\n- CVE-2025-22869\n- CVE-2025-27144",
"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:3438",
"url": "https://access.redhat.com/errata/RHSA-2025:3438"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "ROX-28603",
"url": "https://issues.redhat.com/browse/ROX-28603"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3438.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.7 enhancement and security update",
"tracking": {
"current_release_date": "2026-06-30T08:53:02+00:00",
"generator": {
"date": "2026-06-30T08:53:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:3438",
"initial_release_date": "2025-04-01T04:50:23+00:00",
"revision_history": [
{
"date": "2025-04-01T04:50:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T04:50:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:53:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.7 for RHEL 8",
"product": {
"name": "RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.7::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
}
]
},
"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": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_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-01T04:50:23+00:00",
"details": "If you are using an earlier version of RHACS 4.7, you are advised to upgrade to patch release 4.7.1.",
"product_ids": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3438"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_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": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_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"
},
{
"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",
"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": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
]
},
"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-01T04:50:23+00:00",
"details": "If you are using an earlier version of RHACS 4.7, you are advised to upgrade to patch release 4.7.1.",
"product_ids": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3438"
},
{
"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": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_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": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:3439
Vulnerability from csaf_redhat - Published: 2025-04-01 04:55 - Updated: 2026-06-30 08:53A 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: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64 | — |
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: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64 | — |
Vendor Fix
fix
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: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64 | — |
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": "Updated images are now available for Red Hat Advanced Cluster Security for\nKubernetes (RHACS). The updated image includes security 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\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS 4.6.4 includes security and bug fixes. If you are\nusing an earlier version of RHACS 4.6, you are advised to upgrade to this\npatch release 4.6.4.\n\nBugs fixed:\n\n* Fixed an issue where Scanner V4 performed TLS validation even for integrations where TLS validation was disabled.\n\n* Fixed an issue that prevented the \"Container CPU Limit\" field from being added to security policy rules.\n\n* Fixed an issue where the Network Policies tab in the network graph detail view would hang in the PatternFly Code editor due to a potential issue with the Monaco-based text editor.\n\nSecurity issues fixed:\n\n* CVE-2025-27144: Flaw in Go JOSE versions prior to 4.0.5.\n\n* CVE-2025-22868: Flaw in Golang in the token parsing component.\n\n* CVE-2025-22869: Flaw in golang.org/x/crypto Secure Shell (SSH) file transfer implementation.\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:3439",
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.6/html-single/release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.6/html-single/release_notes/index"
},
{
"category": "external",
"summary": "ROX-28602",
"url": "https://issues.redhat.com/browse/ROX-28602"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3439.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.6 enhancement and security update",
"tracking": {
"current_release_date": "2026-06-30T08:53:02+00:00",
"generator": {
"date": "2026-06-30T08:53:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:3439",
"initial_release_date": "2025-04-01T04:55:49+00:00",
"revision_history": [
{
"date": "2025-04-01T04:55:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T04:55:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:53:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.6 for RHEL 8",
"product": {
"name": "RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
}
]
},
"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": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T04:55:49+00:00",
"details": "If you are using an earlier version of RHACS 4.6, you are advised to upgrade to this patch release 4.6.4.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"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": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"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": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T04:55:49+00:00",
"details": "If you are using an earlier version of RHACS 4.6, you are advised to upgrade to this patch release 4.6.4.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"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": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T04:55:49+00:00",
"details": "If you are using an earlier version of RHACS 4.6, you are advised to upgrade to this patch release 4.6.4.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"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": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:3498
Vulnerability from csaf_redhat - Published: 2025-04-01 21:01 - Updated: 2026-06-30 08:53A 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.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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 multicluster global hub 1.2.2 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, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat multicluster global hub 1.2.2 images\n\nThis advisory contains the container images for multicluster\nglobal hub. These container images provide enhancements.\n\nSecurity Fix(es) from Bugzilla:\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\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 the\nReferences 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:3498",
"url": "https://access.redhat.com/errata/RHSA-2025:3498"
},
{
"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_3498.json"
}
],
"title": "Red Hat Security Advisory: Red Hat multicluster global hub 1.2.2 bug fixes and container update",
"tracking": {
"current_release_date": "2026-06-30T08:53:06+00:00",
"generator": {
"date": "2026-06-30T08:53:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:3498",
"initial_release_date": "2025-04-01T21:01:14+00:00",
"revision_history": [
{
"date": "2025-04-01T21:01:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T21:01:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:53:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster-globalhub 1.2 for RHEL 9",
"product": {
"name": "multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_globalhub:1.2::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster-globalhub"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.2-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.2-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.2-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.2-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.2"
}
]
},
"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.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-01T21:01:14+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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3498"
},
{
"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.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-01T21:01:14+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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3498"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:26b909f95450a5df6661ae9a943fb3f0137dd2929c2a349ecb49869000d400f9_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b7799fdb2cd7c90430cdd75746f2358ac8afeb49bdb5fe17ffd2db20db9ba05e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:d794dd494aa44f2e16b3cb8d3fcbf0c329cc7cac06d77508fb49ed16e72bf011_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e5c2dda0ed6a05bde0f4dd04613251cdf54bffd33e7dbe838e536e6b9a9f6753_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:436055136fbd639a2c1fef4b0d75ae75d91f439d6bb547f16a64d41fff2ad1e1_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:500d67988379635c926eb16747a6a421aec962d94ec4799ee1bf28fd690e8de5_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8612ad3120318fa68d32d30c20464dbdf1e19e118150a3c575fc6b22d150c9a1_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:bb4213c3a7c0020368caed55393a90a277fc8e25dfd63fca41288f3900b74178_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:327a468f5911ba636aca030ce40a04fa65d9f2b70b270919778904932975a7b8_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:39868e6e3efce1d070887cc6e1105b7e94fa3a9e8bc599d34739cd56f1f2910a_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6d532b72077f01b7f5105cffa7c704be0ba3b10121cfd618face9889cf5e1936_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:94485ea83bc7b5bfc539f013cb40dbeeec90ecec9230c8fdb0e1ed832206c436_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:1eca56a9b1aee89c7e75c35c03bd19e2ef15f81a34f8bcca589048b6f9ccd25e_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2155d6b38e7cb9a5d0aa9c18ac8640b4d0d14f4dd26418b7354d7343efddeb79_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:3cef381c20e69ae036795995acc6c223cb1fe6a16637fbbf3811391b048d4d1a_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:b61667f7e4ccbeadde9be84558a45d0b2cec2bdefc598fd68143b5d6dbf7774a_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:033f183537a0aa750f27ad2b95c75a803ae722c27ea160283bcd0200201096a3_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:55d8c763f1f8f8030b041b6a06813ce5ab028532edd049480bcf7c2950204a29_ppc64le",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:af11464f7da098ff29309588027b12ca2d104546c25ef93aa3540b13d4ffd787_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b40ae356aad16074f2373ea496a3c64e02a367905d3f0abab7a48f587c60cd2e_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:642e87ac26e09b8eef9b18bb607342b5e58410c6f712027710e7687ef73f5cf9_s390x",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:984101ac15f32db1c4f94b30f5590c458f034289abce5ccc9bf1d940791935e0_arm64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bbe1d0fb8a6a95d0bef8eaa68e9693c3f3dc95d0f8d0c0eddacc9fdf750ba379_amd64",
"9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:bea83d0e7e82ac5ec46c46503eb6ef41de4cf11a009b32552f2396c944f149ac_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:3685
Vulnerability from csaf_redhat - Published: 2025-04-08 13:01 - Updated: 2026-06-30 08:53A 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: 8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch | — |
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 Edge Manager Version 0.5.1 Technology Preview RPMs and security 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\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Edge Manager provides streamlined management of edge devices and\napplications through a declarative approach. By defining the required state of\nyour edge devices, which includes your operating system versions, host\nconfigurations, and application deployments, Red Hat Edge Manager automatically implements and maintains these configurations across your entire device fleet.\n\nYou can use Red Hat Edge Manager with Red Hat Advanced Cluster Management to\nmanage non-Kubernetes workloads and your operating system configuration on a Red Hat Enterprise Linux machine consistently with how you manage it on Red Hat OpenShift Container Platform.\n\nThis advisory contains the RPMs for the Technology Preview version 0.5.1 of Red Hat Edge Manager. See the following Release Notes documentation, which will be available shortly for this release, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/release_notes/index\n\nSecurity fix(es):\n\ngolang.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:3685",
"url": "https://access.redhat.com/errata/RHSA-2025:3685"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/release_notes/index"
},
{
"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_3685.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Edge Manager Version 0.5.1 (Technology Preview) security fixes",
"tracking": {
"current_release_date": "2026-06-30T08:53:08+00:00",
"generator": {
"date": "2026-06-30T08:53:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:3685",
"initial_release_date": "2025-04-08T13:01:54+00:00",
"revision_history": [
{
"date": "2025-04-08T13:01:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-08T13:01:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:53:08+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.13 for RHEL 8",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.src",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.src",
"product_id": "flightctl-0:0.5.1-2.el8fc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=src"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.src",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.src",
"product_id": "flightctl-0:0.5.1-2.el9fc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.x86_64",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.x86_64",
"product_id": "flightctl-0:0.5.1-2.el8fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.s390x",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.s390x",
"product_id": "flightctl-0:0.5.1-2.el8fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"product_id": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.aarch64",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.aarch64",
"product_id": "flightctl-0:0.5.1-2.el8fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"product": {
"name": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"product_id": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-selinux@0.5.1-2.el8fc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"product": {
"name": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"product_id": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-selinux@0.5.1-2.el9fc?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.aarch64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.s390x",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.src as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.src",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.x86_64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-selinux-0:0.5.1-2.el8fc.noarch as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch"
},
"product_reference": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.src as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.src",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-selinux-0:0.5.1-2.el9fc.noarch as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
},
"product_reference": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"relates_to_product_reference": "9Base-RHACM-2.13"
}
]
},
"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": [
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
]
},
"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-08T13:01:54+00:00",
"details": "See the following documentation for details on how to enable Red Hat Edge\nManager and more:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html-single/edge_manager/index#edge-mgr-intro",
"product_ids": [
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3685"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
]
}
],
"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:3763
Vulnerability from csaf_redhat - Published: 2025-04-09 16:37 - Updated: 2026-06-30 08:53A 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.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_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.13.2 General Availability 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 from the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13.2 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.13/html/release_notes/\n\nSecurity fix(es):\n\ngolang.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:3763",
"url": "https://access.redhat.com/errata/RHSA-2025:3763"
},
{
"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": "external",
"summary": "ACM-18827",
"url": "https://issues.redhat.com/browse/ACM-18827"
},
{
"category": "external",
"summary": "ACM-19094",
"url": "https://issues.redhat.com/browse/ACM-19094"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3763.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.13.2 container image updates",
"tracking": {
"current_release_date": "2026-06-30T08:53:14+00:00",
"generator": {
"date": "2026-06-30T08:53:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:3763",
"initial_release_date": "2025-04-09T16:37:37+00:00",
"revision_history": [
{
"date": "2025-04-09T16:37:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-09T16:37:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:53:14+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.13 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"product_id": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.13.2-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"product": {
"name": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"product_id": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"product_id": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"product_id": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"product_id": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"product_id": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"product_id": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"product_id": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"product_id": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.13.2-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"product": {
"name": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"product_id": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"product_id": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"product_id": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"product_id": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"product_id": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"product_id": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"product_id": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"product_id": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"product_id": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"product": {
"name": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"product_id": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"product_id": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"product_id": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"product_id": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"product_id": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"product_id": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"product_id": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"product_id": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.13.2-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"product": {
"name": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"product_id": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"product_id": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"product_id": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"product_id": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"product_id": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"product_id": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"product_id": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"product_id": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64"
},
"product_reference": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64"
},
"product_reference": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le"
},
"product_reference": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x"
},
"product_reference": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_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-09T16:37:37+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.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3763"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_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.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_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:3813
Vulnerability from csaf_redhat - Published: 2025-04-10 14:56 - Updated: 2026-06-30 08:53A 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-06-30T08:53:16+00:00",
"generator": {
"date": "2026-06-30T08:53:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:53:16+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-06-30 08:53A 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-06-30T08:53:17+00:00",
"generator": {
"date": "2026-06-30T08:53:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:53:17+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-06-30 08:53A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.1.2 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16, 4.17, and 4.18",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3820",
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-27144",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3820.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-06-30T08:53:18+00:00",
"generator": {
"date": "2026-06-30T08:53:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:3820",
"initial_release_date": "2025-04-10T17:22:43+00:00",
"revision_history": [
{
"date": "2025-04-10T17:22:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:53:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product_id": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-server-rhel9@sha256%3A75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743075680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product_id": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cosign-rhel9@sha256%3A2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743008763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product_id": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitsign-rhel9@sha256%3Abef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743007499"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
},
"product_reference": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
},
"product_reference": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
},
"product_reference": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:3833
Vulnerability from csaf_redhat - Published: 2025-04-14 09:21 - Updated: 2026-06-30 08:53A 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-06-30T08:53:18+00:00",
"generator": {
"date": "2026-06-30T08:53:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T08:53:18+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-06-30 08:53A 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-06-30T08:53:18+00:00",
"generator": {
"date": "2026-06-30T08:53:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T08:53:18+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"
}
]
}
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.