Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-27144 (GCVE-0-2025-27144)
Vulnerability from cvelistv5 – Published: 2025-02-24 22:22 – Updated: 2025-02-25 14:27- CWE-770 - Allocation of Resources Without Limits or Throttling
| URL | Tags |
|---|---|
| https://github.com/go-jose/go-jose/security/advis… | x_refsource_CONFIRM |
| https://github.com/go-jose/go-jose/commit/99b346c… | x_refsource_MISC |
| https://github.com/go-jose/go-jose/releases/tag/v4.0.5 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-27144",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-25T14:26:42.682392Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-25T14:27:04.978Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "go-jose",
"vendor": "go-jose",
"versions": [
{
"status": "affected",
"version": "\u003e= 4.0.0, \u003c 4.0.5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-24T22:22:22.863Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
},
{
"name": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"name": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
}
],
"source": {
"advisory": "GHSA-c6gw-w398-hv78",
"discovery": "UNKNOWN"
},
"title": "Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-27144",
"datePublished": "2025-02-24T22:22:22.863Z",
"dateReserved": "2025-02-19T16:30:47.777Z",
"dateUpdated": "2025-02-25T14:27:04.978Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-27144",
"date": "2026-06-23",
"epss": "0.00369",
"percentile": "0.28534"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-27144\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-02-24T23:15:11.427\",\"lastModified\":\"2025-02-24T23:15:11.427\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \\\".\\\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.\"},{\"lang\":\"es\",\"value\":\"Go JOSE proporciona una implementaci\u00f3n del conjunto de est\u00e1ndares de firma y cifrado de objetos Javascript en Go, que incluye compatibilidad con los est\u00e1ndares de cifrado web JSON (JWE), firma web JSON (JWS) y token web JSON (JWT). En las versiones de la rama 4.x anteriores a la versi\u00f3n 4.0.5, al analizar la entrada compacta JWS o JWE, Go JOSE pod\u00eda utilizar memoria excesiva. El c\u00f3digo utilizaba strings.Split(token, \\\".\\\") para dividir tokens JWT, lo que es vulnerable al consumo excesivo de memoria al procesar tokens creados de forma malintencionada con una gran cantidad de caracteres \\\".\\\". Un atacante podr\u00eda aprovechar esto enviando numerosos tokens malformados, lo que provocar\u00eda el agotamiento de la memoria y una denegaci\u00f3n de servicio. La versi\u00f3n 4.0.5 corrige este problema. Como workaround, las aplicaciones podr\u00edan validar previamente que los payloads pasados a Go JOSE no contengan una cantidad excesiva de caracteres \\\".\\\".\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.6,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"UNREPORTED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"references\":[{\"url\":\"https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/go-jose/go-jose/releases/tag/v4.0.5\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-27144\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-25T14:26:42.682392Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-25T14:27:00.794Z\"}}], \"cna\": {\"title\": \"Go JOSE\u0027s Parsing Vulnerable to Denial of Service\", \"source\": {\"advisory\": \"GHSA-c6gw-w398-hv78\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.6, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"go-jose\", \"product\": \"go-jose\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 4.0.0, \u003c 4.0.5\"}]}], \"references\": [{\"url\": \"https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78\", \"name\": \"https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22\", \"name\": \"https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/go-jose/go-jose/releases/tag/v4.0.5\", \"name\": \"https://github.com/go-jose/go-jose/releases/tag/v4.0.5\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \\\".\\\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-02-24T22:22:22.863Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-27144\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-25T14:27:04.978Z\", \"dateReserved\": \"2025-02-19T16:30:47.777Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-02-24T22:22:22.863Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:7462
Vulnerability from csaf_redhat - Published: 2025-05-13 16:04 - Updated: 2026-06-23 20:19A 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-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
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: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.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 podman is now available for Red Hat Enterprise Linux 10.\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": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\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:7462",
"url": "https://access.redhat.com/errata/RHSA-2025:7462"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "RHEL-79695",
"url": "https://issues.redhat.com/browse/RHEL-79695"
},
{
"category": "external",
"summary": "RHEL-80260",
"url": "https://issues.redhat.com/browse/RHEL-80260"
},
{
"category": "external",
"summary": "RHEL-82511",
"url": "https://issues.redhat.com/browse/RHEL-82511"
},
{
"category": "external",
"summary": "RHEL-85117",
"url": "https://issues.redhat.com/browse/RHEL-85117"
},
{
"category": "external",
"summary": "RHEL-85219",
"url": "https://issues.redhat.com/browse/RHEL-85219"
},
{
"category": "external",
"summary": "RHEL-86093",
"url": "https://issues.redhat.com/browse/RHEL-86093"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7462.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-06-23T20:19:56+00:00",
"generator": {
"date": "2026-06-23T20:19:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:7462",
"initial_release_date": "2025-05-13T16:04:06+00:00",
"revision_history": [
{
"date": "2025-05-13T16:04:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T16:04:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-23T20:19:56+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. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.src",
"product": {
"name": "podman-6:5.4.0-9.el10_0.src",
"product_id": "podman-6:5.4.0-9.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-remote-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-tests-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-6:5.4.0-9.el10_0.noarch",
"product": {
"name": "podman-docker-6:5.4.0-9.el10_0.noarch",
"product_id": "podman-docker-6:5.4.0-9.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-9.el10_0?arch=noarch\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src"
},
"product_reference": "podman-6:5.4.0-9.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.4.0-9.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch"
},
"product_reference": "podman-docker-6:5.4.0-9.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src"
},
"product_reference": "podman-6:5.4.0-9.el10_0.src",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.4.0-9.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch"
},
"product_reference": "podman-docker-6:5.4.0-9.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
}
]
},
"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-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.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-05-13T16:04:06+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-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7462"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.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-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
},
"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-05-13T16:04:06+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-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7462"
},
{
"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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.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-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:7467
Vulnerability from csaf_redhat - Published: 2025-05-13 17:18 - Updated: 2026-06-19 19:52A 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: AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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 skopeo is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\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:7467",
"url": "https://access.redhat.com/errata/RHSA-2025:7467"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7467.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-06-19T19:52:45+00:00",
"generator": {
"date": "2026-06-19T19:52:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:7467",
"initial_release_date": "2025-05-13T17:18:51+00:00",
"revision_history": [
{
"date": "2025-05-13T17:18:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T17:18:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:52:45+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. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el10_0.src",
"product": {
"name": "skopeo-2:1.18.1-1.el10_0.src",
"product_id": "skopeo-2:1.18.1-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el10_0?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el10_0.aarch64",
"product": {
"name": "skopeo-2:1.18.1-1.el10_0.aarch64",
"product_id": "skopeo-2:1.18.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"product_id": "skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"product_id": "skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el10_0.ppc64le",
"product": {
"name": "skopeo-2:1.18.1-1.el10_0.ppc64le",
"product_id": "skopeo-2:1.18.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"product_id": "skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"product_id": "skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el10_0.x86_64",
"product": {
"name": "skopeo-2:1.18.1-1.el10_0.x86_64",
"product_id": "skopeo-2:1.18.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el10_0.x86_64",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.x86_64",
"product_id": "skopeo-tests-2:1.18.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"product_id": "skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el10_0.s390x",
"product": {
"name": "skopeo-2:1.18.1-1.el10_0.s390x",
"product_id": "skopeo-2:1.18.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el10_0.s390x",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.s390x",
"product_id": "skopeo-tests-2:1.18.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"product_id": "skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el10_0?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64"
},
"product_reference": "skopeo-2:1.18.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le"
},
"product_reference": "skopeo-2:1.18.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x"
},
"product_reference": "skopeo-2:1.18.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src"
},
"product_reference": "skopeo-2:1.18.1-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64"
},
"product_reference": "skopeo-2:1.18.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.x86_64"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"vulnerabilities": [
{
"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": [
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.x86_64"
]
},
"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-05-13T17:18:51+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-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7467"
},
{
"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": [
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.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-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:7479
Vulnerability from csaf_redhat - Published: 2025-05-13 17:18 - Updated: 2026-06-23 20:19A 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: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 | — |
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: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 | — |
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: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.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 opentelemetry-collector is now available for Red Hat Enterprise Linux 10.\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": "Collector with the supported components for a Red Hat build of OpenTelemetry\n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n\n* github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input (CVE-2025-29786)\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\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:7479",
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7479.json"
}
],
"title": "Red Hat Security Advisory: opentelemetry-collector security update",
"tracking": {
"current_release_date": "2026-06-23T20:19:57+00:00",
"generator": {
"date": "2026-06-23T20:19:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:7479",
"initial_release_date": "2025-05-13T17:18:27+00:00",
"revision_history": [
{
"date": "2025-05-13T17:18:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T17:18:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-23T20:19:57+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. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
},
"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-05-13T17:18:27+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-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.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-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"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-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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
},
"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-05-13T17:18:27+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-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.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-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-29786",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-03-17T14:00:59.078419+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352914"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input",
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29786"
},
{
"category": "external",
"summary": "RHBZ#2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/762",
"url": "https://github.com/expr-lang/expr/pull/762"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2"
}
],
"release_date": "2025-03-17T13:15:32.836000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T17:18:27+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-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to impose an input size restriction before parsing (i.e. validating or limiting the length of expression strings that the application will accept). Ensuring no unbounded-length expressions are fed into the parser will prevent the parser from constructing a very large AST and avoid the potential memory exhaustion issue.",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.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-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input"
},
{
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T17:18:27+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-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.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-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:7669
Vulnerability from csaf_redhat - Published: 2025-05-21 13:50 - Updated: 2026-06-19 19:52A 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: 9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.17.30 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact of moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.17.30. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:7671\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7669",
"url": "https://access.redhat.com/errata/RHSA-2025:7669"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "OCPBUGS-55511",
"url": "https://issues.redhat.com/browse/OCPBUGS-55511"
},
{
"category": "external",
"summary": "OCPBUGS-55728",
"url": "https://issues.redhat.com/browse/OCPBUGS-55728"
},
{
"category": "external",
"summary": "OCPBUGS-55729",
"url": "https://issues.redhat.com/browse/OCPBUGS-55729"
},
{
"category": "external",
"summary": "OCPBUGS-55894",
"url": "https://issues.redhat.com/browse/OCPBUGS-55894"
},
{
"category": "external",
"summary": "OCPBUGS-55943",
"url": "https://issues.redhat.com/browse/OCPBUGS-55943"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7669.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.30 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-19T19:52:47+00:00",
"generator": {
"date": "2026-06-19T19:52:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:7669",
"initial_release_date": "2025-05-21T13:50:02+00:00",
"revision_history": [
{
"date": "2025-05-21T13:50:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-21T13:50:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:52:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505140044.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505120939.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202505120939.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"product_id": "openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505140044.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"product_id": "openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505140543.p0.gaef9b74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202505082109.p0.ga020810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505082109.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202505090638.p0.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"product": {
"name": "openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"product_id": "openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202505082109.p0.g58f202b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505082109.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"product_id": "openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202505091504.p0.gb02d1af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202505140543.p0.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"product_id": "openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"product": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"product_id": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505140130-0"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505140044.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505120939.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202505120939.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"product_id": "openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505140044.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"product_id": "openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505140543.p0.gaef9b74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202505082109.p0.ga020810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505082109.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202505090638.p0.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"product": {
"name": "openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"product_id": "openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202505082109.p0.g58f202b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505082109.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"product_id": "openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202505091504.p0.gb02d1af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202505140543.p0.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"product_id": "openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"product": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"product_id": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505140130-0"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505140044.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505120939.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202505140307.p0.gdfc3191.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202505140307.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202505140307.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202505120939.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"product_id": "openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505140044.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"product_id": "openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505140543.p0.gaef9b74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202505082109.p0.ga020810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505082109.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202505090638.p0.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"product": {
"name": "openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"product_id": "openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202505082109.p0.g58f202b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202505132238.p0.g08d1224.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505082109.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"product_id": "openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202505091504.p0.gb02d1af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202505140543.p0.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"product_id": "openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505140044.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505120939.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202505140307.p0.gdfc3191.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202505140307.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202505140307.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202505120939.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"product_id": "openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505140044.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"product_id": "openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505140543.p0.gaef9b74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202505082109.p0.ga020810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505082109.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202505090638.p0.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"product": {
"name": "openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"product_id": "openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202505082109.p0.g58f202b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202505132238.p0.g08d1224.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505082109.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"product_id": "openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"product": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"product_id": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9\u0026tag=v4.17.0-202505120138.p0.g4845a62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202505091504.p0.gb02d1af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202505140543.p0.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"product_id": "openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"product": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"product_id": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505140130-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64",
"product": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64",
"product_id": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505140130-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64"
},
"product_reference": "openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x"
},
"product_reference": "openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le"
},
"product_reference": "openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64"
},
"product_reference": "openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64"
},
"product_reference": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64"
},
"product_reference": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le"
},
"product_reference": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x"
},
"product_reference": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64"
},
"product_reference": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
}
]
},
"vulnerabilities": [
{
"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": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64"
]
}
],
"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": [
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64"
]
},
"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-05-21T13:50:02+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:9efd67719b76a75def13a0e08125a361553c8b06691b39bdeff4994c4e907d44\n\n (For s390x architecture)\n The image digest is sha256:d48074dde460f4e6dd8aa20d3a4bc6afcc3d5e61c2b44bf9b019fc6b2bcb43f7\n\n (For ppc64le architecture)\n The image digest is sha256:854836a1c1abbc3009190b2c3b26cce91acecf375ea75f4af49faf341514ca72\n\n (For aarch64 architecture)\n The image digest is sha256:c70fca1f2136dac3a06b6fedaf563ea332f368e27590dad481a82a93a41e01a5\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7669"
},
{
"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": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:7753
Vulnerability from csaf_redhat - Published: 2025-05-15 17:09 - Updated: 2026-06-23 20:20A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in openshift-gitops-operator-container. The openshift.io/cluster-monitoring label is applied to all namespaces that deploy an ArgoCD CR instance, allowing the namespace to create a rogue PrometheusRule. This issue can have adverse effects on the platform monitoring stack, as the rule is rolled out cluster-wide when the label is applied.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in redoc. This vulnerability can allow an attacker to cause a Denial of Service (DoS) via supplying a crafted payload.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
Vendor Fix
fix
|
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: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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": "Errata Advisory for Red Hat OpenShift GitOps 1.15.2 release",
"title": "Topic"
},
{
"category": "general",
"text": "Errata Advisory for Red Hat OpenShift GitOps 1.15.2 release\n\nSecurity Fix(es):\n\n* openshift-gitops-operator-container: Namespace Isolation Break [gitops-1.15](CVE-2024-13484) \n* openshift-gitops-argocd-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-argocd-rhel9-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-dex-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-operator-bundle-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-container: Potential denial of service in golang.org/x/crypto [gitops-1.15](CVE-2025-22869) \n* openshift-gitops-argo-rollouts-container: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS [gitops-1.15](CVE-2023-45288) \n* openshift-gitops-argocd-container: Memory Exhaustion in Expr Parser with Unrestricted Input [gitops-1.15](CVE-2025-29786) \n* openshift-gitops-argocd-rhel9-container: Memory Exhaustion in Expr Parser with Unrestricted Input [gitops-1.15](CVE-2025-29786) \n* openshift-gitops-argocd-container: jwt-go allows excessive memory allocation during header parsing [gitops-1.15](CVE-2025-30204) \n* openshift-gitops-argocd-rhel9-container: jwt-go allows excessive memory allocation during header parsing [gitops-1.15](CVE-2025-30204) \n* openshift-gitops-operator-bundle-container: jwt-go allows excessive memory allocation during header parsing [gitops-1.15](CVE-2025-30204) \n* openshift-gitops-argocd-container: Prototype Pollution in redoc [gitops-1.15](CVE-2024-57083) \n* openshift-gitops-argocd-rhel9-container: Prototype Pollution in redoc [gitops-1.15](CVE-2024-57083) \n* openshift-gitops-dex-container: Unexpected memory consumption during token parsing in golang.org/x/oauth2 [gitops-1.15](CVE-2025-22868)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted 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:7753",
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "GITOPS-6150",
"url": "https://issues.redhat.com/browse/GITOPS-6150"
},
{
"category": "external",
"summary": "GITOPS-6251",
"url": "https://issues.redhat.com/browse/GITOPS-6251"
},
{
"category": "external",
"summary": "GITOPS-6287",
"url": "https://issues.redhat.com/browse/GITOPS-6287"
},
{
"category": "external",
"summary": "GITOPS-6625",
"url": "https://issues.redhat.com/browse/GITOPS-6625"
},
{
"category": "external",
"summary": "GITOPS-6664",
"url": "https://issues.redhat.com/browse/GITOPS-6664"
},
{
"category": "external",
"summary": "GITOPS-6713",
"url": "https://issues.redhat.com/browse/GITOPS-6713"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7753.json"
}
],
"title": "Red Hat Security Advisory: Errata Advisory for Red Hat OpenShift GitOps v1.15.2 security update",
"tracking": {
"current_release_date": "2026-06-23T20:20:00+00:00",
"generator": {
"date": "2026-06-23T20:20:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:7753",
"initial_release_date": "2025-05-15T17:09:32+00:00",
"revision_history": [
{
"date": "2025-05-15T17:09:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-15T17:09:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-23T20:20:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.15",
"product": {
"name": "Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.15::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.15",
"product": {
"name": "Red Hat OpenShift GitOps 1.15",
"product_id": "9Base-GitOps-1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift GitOps"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"product": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"product_id": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel9\u0026tag=v1.15.2-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"product": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"product_id": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel9\u0026tag=v1.15.2-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"product": {
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"product_id": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-operator-bundle\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64"
},
"product_reference": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64"
},
"product_reference": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"relates_to_product_reference": "9Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
},
"product_reference": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"relates_to_product_reference": "9Base-GitOps-1.15"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2024-13484",
"cwe": {
"id": "CWE-668",
"name": "Exposure of Resource to Wrong Sphere"
},
"discovery_date": "2024-03-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openshift-gitops-operator-container. The openshift.io/cluster-monitoring label is applied to all namespaces that deploy an ArgoCD CR instance, allowing the namespace to create a rogue PrometheusRule. This issue can have adverse effects on the platform monitoring stack, as the rule is rolled out cluster-wide when the label is applied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift-gitops-operator-container: Namespace Isolation Break",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, a local attacker must be logged into the system with admin privileges, limiting the possibility of this issue to be exploited.\nFor this reason, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-13484"
},
{
"category": "external",
"summary": "RHBZ#2269376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-13484",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13484"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-13484",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-13484"
}
],
"release_date": "2025-01-28T17:43:15.879000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openshift-gitops-operator-container: Namespace Isolation Break"
},
{
"cve": "CVE-2024-57083",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2025-03-28T21:01:02.993057+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355865"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in redoc. This vulnerability can allow an attacker to cause a Denial of Service (DoS) via supplying a crafted payload.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redoc: Prototype Pollution in redoc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because it allows attackers to exploit a prototype pollution issue in the Module.mergeObjects method by crafting a malicious payload. An attacker can alter the built-in Object.prototype, causing a Denial of Service (DoS) condition, leading to system instability, impacting the availability of the affected system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-57083"
},
{
"category": "external",
"summary": "RHBZ#2355865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-57083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57083"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-57083",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-57083"
},
{
"category": "external",
"summary": "https://github.com/Redocly/redoc/issues/2499",
"url": "https://github.com/Redocly/redoc/issues/2499"
}
],
"release_date": "2025-03-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redoc: Prototype Pollution in redoc"
},
{
"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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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",
"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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-29786",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-03-17T14:00:59.078419+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352914"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29786"
},
{
"category": "external",
"summary": "RHBZ#2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/762",
"url": "https://github.com/expr-lang/expr/pull/762"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2"
}
],
"release_date": "2025-03-17T13:15:32.836000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to impose an input size restriction before parsing (i.e. validating or limiting the length of expression strings that the application will accept). Ensuring no unbounded-length expressions are fed into the parser will prevent the parser from constructing a very large AST and avoid the potential memory exhaustion issue.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input"
},
{
"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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:8059
Vulnerability from csaf_redhat - Published: 2025-05-21 06:13 - Updated: 2026-06-23 20:20A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
Workaround
|
A flaw was found in the http-proxy-middleware package. Affected versions of this package are vulnerable to denial of service (DoS) due to an UnhandledPromiseRejection error thrown by micromatch. This flaw allows an attacker to kill the Node.js process and crash the server by requesting certain paths.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
Workaround
|
A flaw was found in the Express.js minimalist web framework for node. Upstream versions of Express.js before 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL, Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This issue can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()`, but this is also called from within `res.redirect()`. The vulnerability is fixed in upstream version 4.19.2 and 5.0.0-beta.3.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
Workaround
|
A flaw was found in the async Node.js package. A Regular expression Denial of Service (ReDoS) attack can potentially be triggered via the autoinject function while parsing specially crafted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
A flaw was found in body-parser. This vulnerability causes denial of service via a specially crafted payload when the URL encoding is enabled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
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: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images that fix several bugs are now available for Red Hat OpenShift Data Foundation 4.17.7 on Red Hat Enterprise Linux 9 from Red Hat Container Registry.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Data Foundation. Red Hat OpenShift Data Foundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multi-cloud data management service with an S3 compatible API.",
"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:8059",
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "DFBUGS-1033",
"url": "https://issues.redhat.com/browse/DFBUGS-1033"
},
{
"category": "external",
"summary": "DFBUGS-1701",
"url": "https://issues.redhat.com/browse/DFBUGS-1701"
},
{
"category": "external",
"summary": "DFBUGS-331",
"url": "https://issues.redhat.com/browse/DFBUGS-331"
},
{
"category": "external",
"summary": "DFBUGS-530",
"url": "https://issues.redhat.com/browse/DFBUGS-530"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8059.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.17.7 Bug Fix Update",
"tracking": {
"current_release_date": "2026-06-23T20:20:02+00:00",
"generator": {
"date": "2026-06-23T20:20:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:8059",
"initial_release_date": "2025-05-21T06:13:16+00:00",
"revision_history": [
{
"date": "2025-05-21T06:13:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-21T06:13:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-23T20:20:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.17 for RHEL 9",
"product": {
"name": "RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"product_id": "odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"product_id": "odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.17.7-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"product_id": "odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"product_id": "odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.17.7-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"product_id": "odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"product_id": "odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.17.7-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07?arch=arm64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"product_id": "odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.7-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11831",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-09-16T16:43:32.021000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2312579"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-11831"
},
{
"category": "external",
"summary": "RHBZ#2312579",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-11831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e",
"url": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/pull/173",
"url": "https://github.com/yahoo/serialize-javascript/pull/173"
}
],
"release_date": "2024-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript"
},
{
"cve": "CVE-2024-21536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-10-19T06:00:36.846953+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2319884"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the http-proxy-middleware package. Affected versions of this package are vulnerable to denial of service (DoS) due to an UnhandledPromiseRejection error thrown by micromatch. This flaw allows an attacker to kill the Node.js process and crash the server by requesting certain paths.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "http-proxy-middleware: Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21536"
},
{
"category": "external",
"summary": "RHBZ#2319884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2319884"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21536",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21536"
},
{
"category": "external",
"summary": "https://gist.github.com/mhassan1/28be67266d82a53708ed59ce5dc3c94a",
"url": "https://gist.github.com/mhassan1/28be67266d82a53708ed59ce5dc3c94a"
},
{
"category": "external",
"summary": "https://github.com/chimurai/http-proxy-middleware/commit/0b4274e8cc9e9a2c5a06f35fbf456ccfcebc55a5",
"url": "https://github.com/chimurai/http-proxy-middleware/commit/0b4274e8cc9e9a2c5a06f35fbf456ccfcebc55a5"
},
{
"category": "external",
"summary": "https://github.com/chimurai/http-proxy-middleware/commit/788b21e4aff38332d6319557d4a5b1b13b1f9a22",
"url": "https://github.com/chimurai/http-proxy-middleware/commit/788b21e4aff38332d6319557d4a5b1b13b1f9a22"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906",
"url": "https://security.snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906"
}
],
"release_date": "2024-10-19T05:00:04.056000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have any mitigation recommendations at this time.",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_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-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "http-proxy-middleware: Denial of Service"
},
{
"cve": "CVE-2024-29041",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2024-06-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290901"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Express.js minimalist web framework for node. Upstream versions of Express.js before 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL, Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This issue can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()`, but this is also called from within `res.redirect()`. The vulnerability is fixed in upstream version 4.19.2 and 5.0.0-beta.3.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express: cause malformed URLs to be evaluated",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse 7 only uses express as part of build time development dependency, it is not part of the final product delivery.\n\nUpstream versions should not be relied upon for ultimate determination of affectedness. Red Hat might backport fixes from upstream versions on a case by case basis.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29041"
},
{
"category": "external",
"summary": "RHBZ#2290901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041"
},
{
"category": "external",
"summary": "https://expressjs.com/en/4x/api.html#res.location",
"url": "https://expressjs.com/en/4x/api.html#res.location"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd",
"url": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94",
"url": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/pull/5539",
"url": "https://github.com/expressjs/express/pull/5539"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc",
"url": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/issues/1800",
"url": "https://github.com/koajs/koa/issues/1800"
}
],
"release_date": "2024-03-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "express: cause malformed URLs to be evaluated"
},
{
"cve": "CVE-2024-39249",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-07-01T20:20:32+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295035"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the async Node.js package. A Regular expression Denial of Service (ReDoS) attack can potentially be triggered via the autoinject function while parsing specially crafted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-async: Regular expression denial of service while parsing function in autoinject",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-39249"
},
{
"category": "external",
"summary": "RHBZ#2295035",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295035"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-39249",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39249"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-39249",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39249"
},
{
"category": "external",
"summary": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L41",
"url": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L41"
},
{
"category": "external",
"summary": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L6",
"url": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L6"
},
{
"category": "external",
"summary": "https://github.com/zunak/CVE-2024-39249",
"url": "https://github.com/zunak/CVE-2024-39249"
}
],
"release_date": "2024-07-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-async: Regular expression denial of service while parsing function in autoinject"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2024-45590",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2024-09-10T16:20:29.292154+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2311171"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in body-parser. This vulnerability causes denial of service via a specially crafted payload when the URL encoding is enabled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "body-parser: Denial of Service Vulnerability in body-parser",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45590"
},
{
"category": "external",
"summary": "RHBZ#2311171",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311171"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45590",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45590"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45590",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45590"
},
{
"category": "external",
"summary": "https://github.com/expressjs/body-parser/commit/b2695c4450f06ba3b0ccf48d872a229bb41c9bce",
"url": "https://github.com/expressjs/body-parser/commit/b2695c4450f06ba3b0ccf48d872a229bb41c9bce"
},
{
"category": "external",
"summary": "https://github.com/expressjs/body-parser/security/advisories/GHSA-qwcr-r2fm-qrc7",
"url": "https://github.com/expressjs/body-parser/security/advisories/GHSA-qwcr-r2fm-qrc7"
}
],
"release_date": "2024-09-10T16:15:21.083000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_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-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "body-parser: Denial of Service Vulnerability in body-parser"
},
{
"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": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x"
]
}
],
"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": [
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_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-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"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": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_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-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"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": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_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-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:9167
Vulnerability from csaf_redhat - Published: 2025-06-17 09:27 - Updated: 2026-06-23 20:20A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x | — |
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x | — |
Workaround
|
A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat build of OpenTelemetry 3.6.0 has been released",
"title": "Topic"
},
{
"category": "general",
"text": "\nBreaking changes:\n* Nothing\n\nDeprecations:\n* Nothing\n\nTechnology Preview features:\n\n* Cumulative-to-Delta Processor\nEnhancements:\n* The following Technology Preview features reach General Availability:\n\n * Kafka Exporter\n\n * Attributes Processor\n\n * Resource Processor\n\n * Prometheus Receiver\n\n* With this update, the OpenTelemetry Collector can read TLS certificates in the `tss2` format according to the TPM Software Stack specification (TSS) 2.0 of the Trusted Platform Module (TPM) 2.0 Library by the Trusted Computing Group (TCG).\n* With this update, the Red Hat build of OpenTelemetry Operator automatically upgrades all OpenTelemetryCollector custom resources during its startup. The Operator reconciles all managed instances during its startup. If there is an error, the Operator retries the upgrade at exponential backoff. If an upgrade fails, the Operator will retry the upgrade again when it restarts.\nBug fixes:\n* Nothing\nKnown issues:\n There is currently a known issue with the following exporters:\n\n * AWS CloudWatch Logs Exporter\n * AWS EMF Exporter\n * AWS X-Ray Exporter\n\n This known issue affects deployments that use the optional endpoint field of the exporter configuration in the Collector custom resource. Not specifying the protocol, such as https://, as part of the endpoint value results in the unsupported protocol scheme error. Workaround: Include the protocol, such as https://, as part of the endpoint value.",
"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:9167",
"url": "https://access.redhat.com/errata/RHSA-2025:9167"
},
{
"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-27144",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-29786",
"url": "https://access.redhat.com/security/cve/CVE-2025-29786"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/red_hat_build_of_opentelemetry",
"url": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/red_hat_build_of_opentelemetry"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9167.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of OpenTelemetry 3.6.0 release",
"tracking": {
"current_release_date": "2026-06-23T20:20:15+00:00",
"generator": {
"date": "2026-06-23T20:20:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:9167",
"initial_release_date": "2025-06-17T09:27:34+00:00",
"revision_history": [
{
"date": "2025-06-17T09:27:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-17T09:27:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-23T20:20:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift distributed tracing 3.6.0",
"product": {
"name": "Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_distributed_tracing:3.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift distributed tracing"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256%3Af08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749571054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256%3A5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749567716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256%3Ac105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749565051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256%3A2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749565136"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256%3A3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749567716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256%3A0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749565051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256%3Ac02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749565136"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256%3Aed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749567716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256%3Aec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749565051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256%3A41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749565136"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256%3Ab4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749567716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256%3Af765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749565051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x",
"product_id": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256%3Ac397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.6-1749565136"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64 as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64 as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64 as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64 as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64 as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64 as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64 as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x as a component of Red Hat OpenShift distributed tracing 3.6.0",
"product_id": "Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.6.0"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_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-06-17T09:27:34+00:00",
"details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9167"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_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": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_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-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_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-06-17T09:27:34+00:00",
"details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9167"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_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": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-29786",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-03-17T14:00:59.078419+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352914"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29786"
},
{
"category": "external",
"summary": "RHBZ#2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/762",
"url": "https://github.com/expr-lang/expr/pull/762"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2"
}
],
"release_date": "2025-03-17T13:15:32.836000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T09:27:34+00:00",
"details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9167"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to impose an input size restriction before parsing (i.e. validating or limiting the length of expression strings that the application will accept). Ensuring no unbounded-length expressions are fed into the parser will prevent the parser from constructing a very large AST and avoid the potential memory exhaustion issue.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_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": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x"
]
},
"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-06-17T09:27:34+00:00",
"details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9167"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_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": [
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:3a4f2fdde35600a6e0a7f947ee2b0f8a75701198b129a39aecce2d1f047181b7_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:5e0a98e281698282f6dba8942fbc992cdeb0da30c0f465f39b5c28e86bd7b39a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:b4ffed36d8f0d575ca959b76e4a22f4197349e277af1586058c18c013feabe28_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:ed84b0251ae531c31b2c5930f8ba59a64aeda8d96df04accefbeab0899640dee_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:f08e30a5035f1c1bb79d62bc3db9ab19b9b8652c32b8c365e92ceab8abd01090_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:0230ba6094579249356713d21de1f454b7c23a16426661328b978869db9c2e53_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:c105cc315f0cac6c42fb3434f6e3c87e58e0dfb25f36ea6fb19016acbf888b86_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:ec808ab1424252f10adb295e8f886ded407aee865017c94ce34723e399b4c335_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:f765a4a9eb745a42721e03609ff3de66fb88cb217b3bf4977a56668e175e4484_s390x",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:2cf4f832dc46517c844b147c118dbc78fd2c17cda5726fe8c27757c601abaa2a_amd64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:41d362f767f672bf714049e554014c2cb050b2813388a5ceb6c17f31254b2b71_ppc64le",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c02bbc2dc27a51bf98da4b0d1d3974ed0428d498eb78bddb9f8d3392e8faa1ea_arm64",
"Red Hat OpenShift distributed tracing 3.6.0:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:c397ea8f4c20470a1af7003f93c3c1da9d8b0d4da7313e0f4ad91c4dfa8a9d12_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2026:0627
Vulnerability from csaf_redhat - Published: 2026-01-14 18:37 - Updated: 2026-06-23 20:20Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 | — |
Workaround
|
An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid value calculations, hanging and rewinding the hash state, including turning a tagged hash into an untagged hash, for malicious JSON-stringifyable inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 | — |
Workaround
|
A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 | — |
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 | — |
Workaround
|
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 | — |
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le | — |
Workaround
|
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which add new features and enhancements, bug\nfixes, and updated container images. 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/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html-single/release_notes/index#acm-release-notes",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:0627",
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"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-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0627.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes v2.13.5 security update",
"tracking": {
"current_release_date": "2026-06-23T20:20:32+00:00",
"generator": {
"date": "2026-06-23T20:20:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:0627",
"initial_release_date": "2026-01-14T18:37:52+00:00",
"revision_history": [
{
"date": "2026-01-14T18:37:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-14T18:38:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-23T20:20:32+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",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Adb73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aaa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Aa93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Ac5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Acffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Afa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Aaeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Af7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Ad499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Ab501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abeade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ae70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ac43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ab49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Aa96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Acfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Add1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ab19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Acd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Af817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Abf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Ad371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ac6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ad79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ad557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Acfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Aa25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Aa46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ad0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Afd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Aa1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Aac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Aa036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Ae1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Aaffc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ac9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Aec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Adb1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ab4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Aebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ac035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ade02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ad61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Af813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aa5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ab326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ab66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Aa03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Ae8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Af461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Ab7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Af6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ab86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Aef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ab7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Afb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Add4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Af9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Afa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ac0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3Afba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Aba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Affe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Acee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as moderate severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-9287",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T22:00:53.821394+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389932"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid\u00a0value calculations,\u00a0hanging and\u00a0rewinding the\u00a0hash state, including\u00a0turning a tagged hash\u00a0into an untagged\u00a0hash, for malicious JSON-stringifyable\u00a0inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cipher-base: Cipher-base hash manipulation",
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "RHBZ#2389932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/pull/23",
"url": "https://github.com/browserify/cipher-base/pull/23"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc",
"url": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc"
}
],
"release_date": "2025-08-20T21:43:56.548000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cipher-base: Cipher-base hash manipulation"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
RHSA-2026:3718
Vulnerability from csaf_redhat - Published: 2026-03-04 07:52 - Updated: 2026-06-23 20:24A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn't behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.15.4 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.15.4 release of Red Hat OpenShift Pipelines Operator.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:3718",
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24790",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-27144",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3718.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.15.4",
"tracking": {
"current_release_date": "2026-06-23T20:24:03+00:00",
"generator": {
"date": "2026-06-23T20:24:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:3718",
"initial_release_date": "2026-03-04T07:52:57+00:00",
"revision_history": [
{
"date": "2026-03-04T07:52:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-04T07:53:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-23T20:24:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.15",
"product": {
"name": "Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3Aeea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3Ad968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3A1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3A0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3A6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3Ac179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3A26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3Ac9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24790",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292787"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn\u0027t behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been marked as moderate as for our products a network-based attack vector is simply impossible when it comes to golang code,apart from that as per CVE flaw analysis reported by golang, this only affects integrity and confidentiality and has no effect on availability, hence CVSS has been marked as such.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "RHBZ#2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790"
}
],
"release_date": "2024-06-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
SUSE-RU-2025:02091-1
Vulnerability from csaf_suse - Published: 2025-06-24 13:44 - Updated: 2025-06-24 13:44| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Recommended update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- Added patch to remove using rw as a default mount option (bsc#1239776)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2091,SUSE-SLE-Micro-5.3-2025-2091,SUSE-SLE-Micro-5.4-2025-2091,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2091,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2091,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2091,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2091",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-ru-2025_02091-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-RU-2025:02091-1",
"url": "https://www.suse.com/support/update/announcement//suse-ru-202502091-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-RU-2025:02091-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040458.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239776",
"url": "https://bugzilla.suse.com/1239776"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Recommended update for podman",
"tracking": {
"current_release_date": "2025-06-24T13:44:12Z",
"generator": {
"date": "2025-06-24T13:44:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-RU-2025:02091-1",
"initial_release_date": "2025-06-24T13:44:12Z",
"revision_history": [
{
"date": "2025-06-24T13:44:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.aarch64",
"product": {
"name": "podman-4.9.5-150400.4.47.2.aarch64",
"product_id": "podman-4.9.5-150400.4.47.2.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"product_id": "podman-remote-4.9.5-150400.4.47.2.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.aarch64",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.aarch64",
"product_id": "podmansh-4.9.5-150400.4.47.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.i586",
"product": {
"name": "podman-4.9.5-150400.4.47.2.i586",
"product_id": "podman-4.9.5-150400.4.47.2.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.i586",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.i586",
"product_id": "podman-remote-4.9.5-150400.4.47.2.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.i586",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.i586",
"product_id": "podmansh-4.9.5-150400.4.47.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150400.4.47.2.noarch",
"product": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch",
"product_id": "podman-docker-4.9.5-150400.4.47.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.ppc64le",
"product": {
"name": "podman-4.9.5-150400.4.47.2.ppc64le",
"product_id": "podman-4.9.5-150400.4.47.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"product_id": "podman-remote-4.9.5-150400.4.47.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.ppc64le",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.ppc64le",
"product_id": "podmansh-4.9.5-150400.4.47.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.s390x",
"product": {
"name": "podman-4.9.5-150400.4.47.2.s390x",
"product_id": "podman-4.9.5-150400.4.47.2.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.s390x",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x",
"product_id": "podman-remote-4.9.5-150400.4.47.2.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.s390x",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.s390x",
"product_id": "podmansh-4.9.5-150400.4.47.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.x86_64",
"product": {
"name": "podman-4.9.5-150400.4.47.2.x86_64",
"product_id": "podman-4.9.5-150400.4.47.2.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"product_id": "podman-remote-4.9.5-150400.4.47.2.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.x86_64",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.x86_64",
"product_id": "podmansh-4.9.5-150400.4.47.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:12Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:12Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:12Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
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.