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-29",
"epss": "0.00369",
"percentile": "0.28696"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-27144\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-02-24T23:15:11.427\",\"lastModified\":\"2026-06-17T09:03:05.677\",\"vulnStatus\":\"Deferred\",\"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 \\\".\\\".\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"go-jose\",\"product\":\"go-jose\",\"versions\":[{\"version\":\"\u003e= 4.0.0, \u003c 4.0.5\",\"status\":\"affected\"}]}]}],\"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\"}}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-02-25T14:26:42.682392Z\",\"id\":\"CVE-2025-27144\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"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:9167
Vulnerability from csaf_redhat - Published: 2025-06-17 09:27 - Updated: 2026-06-30 03:28A 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-30T03:28:52+00:00",
"generator": {
"date": "2026-06-30T03:28:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.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-30T03:28:52+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-30 03:28Early 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-30T03:28:56+00:00",
"generator": {
"date": "2026-06-30T03:28:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.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-30T03:28:56+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-30 03:28A 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-30T03:28:52+00:00",
"generator": {
"date": "2026-06-30T03:28:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.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-30T03:28:52+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"
}
]
}
SUSE-RU-2025:02092-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 Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.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-2092,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2092,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2092,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2092,SUSE-SUSE-MicroOS-5.1-2025-2092,SUSE-SUSE-MicroOS-5.2-2025-2092,SUSE-Storage-7.1-2025-2092",
"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_02092-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-RU-2025:02092-1",
"url": "https://www.suse.com/support/update/announcement//suse-ru-202502092-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-RU-2025:02092-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040457.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:40Z",
"generator": {
"date": "2025-06-24T13:44:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-RU-2025:02092-1",
"initial_release_date": "2025-06-24T13:44:40Z",
"revision_history": [
{
"date": "2025-06-24T13:44:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.aarch64",
"product": {
"name": "podman-4.9.5-150300.9.49.2.aarch64",
"product_id": "podman-4.9.5-150300.9.49.2.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"product_id": "podman-remote-4.9.5-150300.9.49.2.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.aarch64",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.aarch64",
"product_id": "podmansh-4.9.5-150300.9.49.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.i586",
"product": {
"name": "podman-4.9.5-150300.9.49.2.i586",
"product_id": "podman-4.9.5-150300.9.49.2.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.i586",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.i586",
"product_id": "podman-remote-4.9.5-150300.9.49.2.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.i586",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.i586",
"product_id": "podmansh-4.9.5-150300.9.49.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150300.9.49.2.noarch",
"product": {
"name": "podman-docker-4.9.5-150300.9.49.2.noarch",
"product_id": "podman-docker-4.9.5-150300.9.49.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.ppc64le",
"product": {
"name": "podman-4.9.5-150300.9.49.2.ppc64le",
"product_id": "podman-4.9.5-150300.9.49.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"product_id": "podman-remote-4.9.5-150300.9.49.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.ppc64le",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.ppc64le",
"product_id": "podmansh-4.9.5-150300.9.49.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.s390x",
"product": {
"name": "podman-4.9.5-150300.9.49.2.s390x",
"product_id": "podman-4.9.5-150300.9.49.2.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.s390x",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x",
"product_id": "podman-remote-4.9.5-150300.9.49.2.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.s390x",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.s390x",
"product_id": "podmansh-4.9.5-150300.9.49.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.x86_64",
"product": {
"name": "podman-4.9.5-150300.9.49.2.x86_64",
"product_id": "podman-4.9.5-150300.9.49.2.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"product_id": "podman-remote-4.9.5-150300.9.49.2.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.x86_64",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.x86_64",
"product_id": "podmansh-4.9.5-150300.9.49.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:40Z",
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:40Z",
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:40Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-RU-2025:02093-1
Vulnerability from csaf_suse - Published: 2025-06-24 13:45 - Updated: 2025-06-24 13:45| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.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-2093,SUSE-SLE-Micro-5.5-2025-2093,SUSE-SLE-Module-Containers-15-SP6-2025-2093,SUSE-SLE-Module-Containers-15-SP7-2025-2093,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2093,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2093,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2093,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2093,openSUSE-SLE-15.6-2025-2093",
"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_02093-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-RU-2025:02093-1",
"url": "https://www.suse.com/support/update/announcement//suse-ru-202502093-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-RU-2025:02093-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040456.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:45:28Z",
"generator": {
"date": "2025-06-24T13:45:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-RU-2025:02093-1",
"initial_release_date": "2025-06-24T13:45:28Z",
"revision_history": [
{
"date": "2025-06-24T13:45:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.aarch64",
"product": {
"name": "podman-4.9.5-150500.3.43.2.aarch64",
"product_id": "podman-4.9.5-150500.3.43.2.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"product_id": "podman-remote-4.9.5-150500.3.43.2.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.aarch64",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64",
"product_id": "podmansh-4.9.5-150500.3.43.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.i586",
"product": {
"name": "podman-4.9.5-150500.3.43.2.i586",
"product_id": "podman-4.9.5-150500.3.43.2.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.i586",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.i586",
"product_id": "podman-remote-4.9.5-150500.3.43.2.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.i586",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.i586",
"product_id": "podmansh-4.9.5-150500.3.43.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150500.3.43.2.noarch",
"product": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch",
"product_id": "podman-docker-4.9.5-150500.3.43.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.ppc64le",
"product": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le",
"product_id": "podman-4.9.5-150500.3.43.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"product_id": "podman-remote-4.9.5-150500.3.43.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"product_id": "podmansh-4.9.5-150500.3.43.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.s390x",
"product": {
"name": "podman-4.9.5-150500.3.43.2.s390x",
"product_id": "podman-4.9.5-150500.3.43.2.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.s390x",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x",
"product_id": "podman-remote-4.9.5-150500.3.43.2.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.s390x",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x",
"product_id": "podmansh-4.9.5-150500.3.43.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.x86_64",
"product": {
"name": "podman-4.9.5-150500.3.43.2.x86_64",
"product_id": "podman-4.9.5-150500.3.43.2.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"product_id": "podman-remote-4.9.5-150500.3.43.2.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.x86_64",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64",
"product_id": "podmansh-4.9.5-150500.3.43.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"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 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.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 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.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 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:45:28Z",
"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 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.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 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.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 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:45:28Z",
"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 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.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 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.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 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:45:28Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:01985-1
Vulnerability from csaf_suse - Published: 2025-06-18 02:07 - Updated: 2025-06-18 02:07| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
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": "Security update 4.3.15 for Multi-Linux Manager Server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\nrelease-notes-susemanager:\n\n- Update to SUSE Manager 4.3.15.2\n * SUSE Manager 4.3 will transition to LTS after June 2025\n * CVE Fixed\n CVE-2023-45288, CVE-2024-11741, CVE-2024-45337, CVE-2024-45339\n CVE-2024-51744, CVE-2024-9264, CVE-2024-9476, CVE-2025-22870\n CVE-2025-22872, CVE-2025-2703 CVE-2025-27144, CVE-2025-3454\n CVE-2025-3580, CVE-2025-4123, CVE-2024-47535\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1985,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1985",
"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-su-2025_01985-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:01985-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501985-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:01985-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040353.html"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11741 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11741/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45339 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45339/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47535 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47535/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51744 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51744/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9264 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9264/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9476 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9476/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22872 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22872/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-2703 page",
"url": "https://www.suse.com/security/cve/CVE-2025-2703/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-3454 page",
"url": "https://www.suse.com/security/cve/CVE-2025-3454/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-3580 page",
"url": "https://www.suse.com/security/cve/CVE-2025-3580/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4123 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4123/"
}
],
"title": "Security update 4.3.15 for Multi-Linux Manager Server",
"tracking": {
"current_release_date": "2025-06-18T02:07:51Z",
"generator": {
"date": "2025-06-18T02:07:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:01985-1",
"initial_release_date": "2025-06-18T02:07:51Z",
"revision_history": [
{
"date": "2025-06-18T02:07:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch",
"product": {
"name": "release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch",
"product_id": "release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
},
"product_reference": "release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-11741",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11741"
}
],
"notes": [
{
"category": "general",
"text": "Grafana is an open-source platform for monitoring and observability. \nThe Grafana Alerting VictorOps integration was not properly protected and could be exposed to users with Viewer permission. \nFixed in versions 11.5.0, 11.4.1, 11.3.3, 11.2.6, 11.1.11, 11.0.11 and 10.4.15",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11741",
"url": "https://www.suse.com/security/cve/CVE-2024-11741"
},
{
"category": "external",
"summary": "SUSE Bug 1236734 for CVE-2024-11741",
"url": "https://bugzilla.suse.com/1236734"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2024-11741"
},
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45339"
}
],
"notes": [
{
"category": "general",
"text": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45339",
"url": "https://www.suse.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "SUSE Bug 1236541 for CVE-2024-45339",
"url": "https://bugzilla.suse.com/1236541"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "important"
}
],
"title": "CVE-2024-45339"
},
{
"cve": "CVE-2024-47535",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47535"
}
],
"notes": [
{
"category": "general",
"text": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers \u0026 clients. An unsafe reading of environment file could potentially cause a denial of service in Netty. When loaded on an Windows application, Netty attempts to load a file that does not exist. If an attacker creates such a large file, the Netty application crashes. This vulnerability is fixed in 4.1.115.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47535",
"url": "https://www.suse.com/security/cve/CVE-2024-47535"
},
{
"category": "external",
"summary": "SUSE Bug 1233297 for CVE-2024-47535",
"url": "https://bugzilla.suse.com/1233297"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2024-47535"
},
{
"cve": "CVE-2024-51744",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51744"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51744",
"url": "https://www.suse.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "SUSE Bug 1232936 for CVE-2024-51744",
"url": "https://bugzilla.suse.com/1232936"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
},
{
"cve": "CVE-2024-9264",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9264"
}
],
"notes": [
{
"category": "general",
"text": "The SQL Expressions experimental feature of Grafana allows for the evaluation of `duckdb` queries containing user input. These queries are insufficiently sanitized before being passed to `duckdb`, leading to a command injection and local file inclusion vulnerability. Any user with the VIEWER or higher permission is capable of executing this attack. The `duckdb` binary must be present in Grafana\u0027s $PATH for this attack to function; by default, this binary is not installed in Grafana distributions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9264",
"url": "https://www.suse.com/security/cve/CVE-2024-9264"
},
{
"category": "external",
"summary": "SUSE Bug 1231844 for CVE-2024-9264",
"url": "https://bugzilla.suse.com/1231844"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "critical"
}
],
"title": "CVE-2024-9264"
},
{
"cve": "CVE-2024-9476",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9476"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Grafana Labs Grafana OSS and Enterprise allows Privilege Escalation allows users to gain access to resources from other organizations within the same Grafana instance via the Grafana Cloud Migration Assistant.This vulnerability will only affect users who utilize the Organizations feature to isolate resources on their Grafana instance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9476",
"url": "https://www.suse.com/security/cve/CVE-2024-9476"
},
{
"category": "external",
"summary": "SUSE Bug 1233343 for CVE-2024-9476",
"url": "https://bugzilla.suse.com/1233343"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2024-9476"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-22872",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22872"
}
],
"notes": [
{
"category": "general",
"text": "The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. \u003cmath\u003e, \u003csvg\u003e, etc contexts).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22872",
"url": "https://www.suse.com/security/cve/CVE-2025-22872"
},
{
"category": "external",
"summary": "SUSE Bug 1241710 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1241710"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-22872"
},
{
"cve": "CVE-2025-2703",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-2703"
}
],
"notes": [
{
"category": "general",
"text": "The built-in XY Chart plugin is vulnerable to a DOM XSS vulnerability. \n\nA user with Editor permissions is able to modify such a panel in order to make it execute arbitrary JavaScript.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-2703",
"url": "https://www.suse.com/security/cve/CVE-2025-2703"
},
{
"category": "external",
"summary": "SUSE Bug 1241687 for CVE-2025-2703",
"url": "https://bugzilla.suse.com/1241687"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-2703"
},
{
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-3454",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-3454"
}
],
"notes": [
{
"category": "general",
"text": "This vulnerability in Grafana\u0027s datasource proxy API allows authorization checks to be bypassed by adding an extra slash character in the URL path.\n\nUsers with minimal permissions could gain unauthorized read access to GET endpoints in Alertmanager and Prometheus datasources.\n\nThe issue primarily affects datasources that implement route-specific permissions, including Alertmanager and certain Prometheus-based datasources.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-3454",
"url": "https://www.suse.com/security/cve/CVE-2025-3454"
},
{
"category": "external",
"summary": "SUSE Bug 1241683 for CVE-2025-3454",
"url": "https://bugzilla.suse.com/1241683"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-3454"
},
{
"cve": "CVE-2025-3580",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-3580"
}
],
"notes": [
{
"category": "general",
"text": "An access control vulnerability was discovered in Grafana OSS where an Organization administrator could permanently delete the Server administrator account. This vulnerability exists in the DELETE /api/org/users/ endpoint.\n\nThe vulnerability can be exploited when:\n\n1. An Organization administrator exists\n\n2. The Server administrator is either:\n\n - Not part of any organization, or\n - Part of the same organization as the Organization administrator\nImpact:\n\n- Organization administrators can permanently delete Server administrator accounts\n\n- If the only Server administrator is deleted, the Grafana instance becomes unmanageable\n\n- No super-user permissions remain in the system\n\n- Affects all users, organizations, and teams managed in the instance\n\nThe vulnerability is particularly serious as it can lead to a complete loss of administrative control over the Grafana instance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-3580",
"url": "https://www.suse.com/security/cve/CVE-2025-3580"
},
{
"category": "external",
"summary": "SUSE Bug 1243672 for CVE-2025-3580",
"url": "https://bugzilla.suse.com/1243672"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-3580"
},
{
"cve": "CVE-2025-4123",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4123"
}
],
"notes": [
{
"category": "general",
"text": "A cross-site scripting (XSS) vulnerability exists in Grafana caused by combining a client path traversal and open redirect. This allows attackers to redirect users to a website that hosts a frontend plugin that will execute arbitrary JavaScript. This vulnerability does not require editor permissions and if anonymous access is enabled, the XSS will work. If the Grafana Image Renderer plugin is installed, it is possible to exploit the open redirect to achieve a full read SSRF.\n\nThe default Content-Security-Policy (CSP) in Grafana will block the XSS though the `connect-src` directive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4123",
"url": "https://www.suse.com/security/cve/CVE-2025-4123"
},
{
"category": "external",
"summary": "SUSE Bug 1243714 for CVE-2025-4123",
"url": "https://bugzilla.suse.com/1243714"
}
],
"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 Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "important"
}
],
"title": "CVE-2025-4123"
}
]
}
SUSE-SU-2025:0772-1
Vulnerability from csaf_suse - Published: 2025-03-03 14:29 - Updated: 2025-03-03 14:29| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-bash-completion-1.14.4-150300.11.19.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:skopeo-1.14.4-150300.11.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:skopeo-1.14.4-150300.11.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:skopeo-1.14.4-150300.11.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-bash-completion-1.14.4-150300.11.19.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-fish-completion-1.14.4-150300.11.19.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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": "Security update for skopeo",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for skopeo fixes the following issues:\n\n- CVE-2025-27144: excessive memory consumption by Go JOSE when parsing compact JWS or JWE input containing a large\n number of \u0027.\u0027 characters (bsc#1237613).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-772,SUSE-SLE-Micro-5.5-2025-772,SUSE-SLE-Module-Basesystem-15-SP6-2025-772,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-772,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-772,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-772,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-772,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-772,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-772,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-772,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-772,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-772,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-772,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-772,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-772,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-772,SUSE-Storage-7.1-2025-772,openSUSE-SLE-15.6-2025-772",
"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-su-2025_0772-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0772-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250772-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0772-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020475.html"
},
{
"category": "self",
"summary": "SUSE Bug 1237613",
"url": "https://bugzilla.suse.com/1237613"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for skopeo",
"tracking": {
"current_release_date": "2025-03-03T14:29:07Z",
"generator": {
"date": "2025-03-03T14:29:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0772-1",
"initial_release_date": "2025-03-03T14:29:07Z",
"revision_history": [
{
"date": "2025-03-03T14:29:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-150300.11.19.1.aarch64",
"product": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64",
"product_id": "skopeo-1.14.4-150300.11.19.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-150300.11.19.1.i586",
"product": {
"name": "skopeo-1.14.4-150300.11.19.1.i586",
"product_id": "skopeo-1.14.4-150300.11.19.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-bash-completion-1.14.4-150300.11.19.1.noarch",
"product": {
"name": "skopeo-bash-completion-1.14.4-150300.11.19.1.noarch",
"product_id": "skopeo-bash-completion-1.14.4-150300.11.19.1.noarch"
}
},
{
"category": "product_version",
"name": "skopeo-fish-completion-1.14.4-150300.11.19.1.noarch",
"product": {
"name": "skopeo-fish-completion-1.14.4-150300.11.19.1.noarch",
"product_id": "skopeo-fish-completion-1.14.4-150300.11.19.1.noarch"
}
},
{
"category": "product_version",
"name": "skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch",
"product": {
"name": "skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch",
"product_id": "skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"product": {
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"product_id": "skopeo-1.14.4-150300.11.19.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-150300.11.19.1.s390x",
"product": {
"name": "skopeo-1.14.4-150300.11.19.1.s390x",
"product_id": "skopeo-1.14.4-150300.11.19.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-1.14.4-150300.11.19.1.x86_64",
"product": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64",
"product_id": "skopeo-1.14.4-150300.11.19.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"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 High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"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 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"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_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.s390x"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.s390x"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-bash-completion-1.14.4-150300.11.19.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-bash-completion-1.14.4-150300.11.19.1.noarch"
},
"product_reference": "skopeo-bash-completion-1.14.4-150300.11.19.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch"
},
"product_reference": "skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.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:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.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:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.s390x"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.s390x"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.s390x"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:skopeo-1.14.4-150300.11.19.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:skopeo-1.14.4-150300.11.19.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.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:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:skopeo-1.14.4-150300.11.19.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.s390x"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.aarch64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.ppc64le"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.s390x"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1.14.4-150300.11.19.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.x86_64"
},
"product_reference": "skopeo-1.14.4-150300.11.19.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-bash-completion-1.14.4-150300.11.19.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-bash-completion-1.14.4-150300.11.19.1.noarch"
},
"product_reference": "skopeo-bash-completion-1.14.4-150300.11.19.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-fish-completion-1.14.4-150300.11.19.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-fish-completion-1.14.4-150300.11.19.1.noarch"
},
"product_reference": "skopeo-fish-completion-1.14.4-150300.11.19.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch"
},
"product_reference": "skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"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 Enterprise Storage 7.1:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Enterprise Storage 7.1:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-bash-completion-1.14.4-150300.11.19.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Manager Proxy 4.3:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.x86_64",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.aarch64",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.ppc64le",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.s390x",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.x86_64",
"openSUSE Leap 15.6:skopeo-bash-completion-1.14.4-150300.11.19.1.noarch",
"openSUSE Leap 15.6:skopeo-fish-completion-1.14.4-150300.11.19.1.noarch",
"openSUSE Leap 15.6:skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch"
]
},
"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 Enterprise Storage 7.1:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Enterprise Storage 7.1:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-bash-completion-1.14.4-150300.11.19.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Manager Proxy 4.3:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.x86_64",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.aarch64",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.ppc64le",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.s390x",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.x86_64",
"openSUSE Leap 15.6:skopeo-bash-completion-1.14.4-150300.11.19.1.noarch",
"openSUSE Leap 15.6:skopeo-fish-completion-1.14.4-150300.11.19.1.noarch",
"openSUSE Leap 15.6:skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch"
]
}
],
"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 Enterprise Storage 7.1:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Enterprise Storage 7.1:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Micro 5.5:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-bash-completion-1.14.4-150300.11.19.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Manager Proxy 4.3:skopeo-1.14.4-150300.11.19.1.x86_64",
"SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.ppc64le",
"SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.s390x",
"SUSE Manager Server 4.3:skopeo-1.14.4-150300.11.19.1.x86_64",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.aarch64",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.ppc64le",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.s390x",
"openSUSE Leap 15.6:skopeo-1.14.4-150300.11.19.1.x86_64",
"openSUSE Leap 15.6:skopeo-bash-completion-1.14.4-150300.11.19.1.noarch",
"openSUSE Leap 15.6:skopeo-fish-completion-1.14.4-150300.11.19.1.noarch",
"openSUSE Leap 15.6:skopeo-zsh-completion-1.14.4-150300.11.19.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-03T14:29:07Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:0775-1
Vulnerability from csaf_suse - Published: 2025-03-04 12:51 - Updated: 2025-03-04 12:51| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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": "Security update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "\nThis update for podman fixes the following issues:\n\n- CVE-2025-27144: Fixed denial of service in parsing function of embedded library Go JOSE (bsc#1237641)\n- CVE-2024-9676: github.com/containers/storage: Fixed symlink traversal vulnerability in the containers/storage library can cause Denial of Service (DoS) (bsc#1231698) \n- CVE-2024-9675: Fixed cache arbitrary directory mount in buildah (bsc#1231499)\n- CVE-2024-9407: Fixed Improper Input Validation in bind-propagation Option of Dockerfile RUN --mount Instruction in buildah (bsc#1231208)\n- CVE-2024-9341: cri-o: FIPS Crypto-Policy Directory Mounting Issue in containers/common Go Library (bsc#1231230)\n- CVE-2024-1753: Fixed full container escape at build time in buildah (bsc#1221677)\n- CVE-2024-11218: Fixed a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. (bsc#1236270)\n- CVE-2024-6104: Fixed hashicorp/go-retryablehttp writing sensitive information to log files (bsc#1227052)\n- CVE-2023-45288: Fixed golang.org/x/net/http2 excessive resource consumption when receiving too many headers (bsc#1236507)\n \n\n- Load ip_tables and ip6_tables kernel module (bsc#1214612)\n * Required for rootless mode as a regular user has no permission\n to load kernel modules\n\n\n- Refactor network backend dependencies:\n * podman requires either netavark or cni-plugins. On ALP, require\n netavark, otherwise prefer netavark but don\u0027t force it.\n * This fixes missing cni-plugins in some scenarios\n * Default to netavark everywhere where it\u0027s available\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-775,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-775,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-775,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-775,SUSE-SUSE-MicroOS-5.1-2025-775,SUSE-SUSE-MicroOS-5.2-2025-775,SUSE-Storage-7.1-2025-775",
"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-su-2025_0775-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0775-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250775-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0775-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020479.html"
},
{
"category": "self",
"summary": "SUSE Bug 1214612",
"url": "https://bugzilla.suse.com/1214612"
},
{
"category": "self",
"summary": "SUSE Bug 1215807",
"url": "https://bugzilla.suse.com/1215807"
},
{
"category": "self",
"summary": "SUSE Bug 1215926",
"url": "https://bugzilla.suse.com/1215926"
},
{
"category": "self",
"summary": "SUSE Bug 1217828",
"url": "https://bugzilla.suse.com/1217828"
},
{
"category": "self",
"summary": "SUSE Bug 1221677",
"url": "https://bugzilla.suse.com/1221677"
},
{
"category": "self",
"summary": "SUSE Bug 1227052",
"url": "https://bugzilla.suse.com/1227052"
},
{
"category": "self",
"summary": "SUSE Bug 1231208",
"url": "https://bugzilla.suse.com/1231208"
},
{
"category": "self",
"summary": "SUSE Bug 1231230",
"url": "https://bugzilla.suse.com/1231230"
},
{
"category": "self",
"summary": "SUSE Bug 1231499",
"url": "https://bugzilla.suse.com/1231499"
},
{
"category": "self",
"summary": "SUSE Bug 1231698",
"url": "https://bugzilla.suse.com/1231698"
},
{
"category": "self",
"summary": "SUSE Bug 1236270",
"url": "https://bugzilla.suse.com/1236270"
},
{
"category": "self",
"summary": "SUSE Bug 1236507",
"url": "https://bugzilla.suse.com/1236507"
},
{
"category": "self",
"summary": "SUSE Bug 1237641",
"url": "https://bugzilla.suse.com/1237641"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11218 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11218/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-1753 page",
"url": "https://www.suse.com/security/cve/CVE-2024-1753/"
},
{
"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-2024-9341 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9341/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9407 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9407/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9675 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9675/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9676 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9676/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-03-04T12:51:39Z",
"generator": {
"date": "2025-03-04T12:51:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0775-1",
"initial_release_date": "2025-03-04T12:51:39Z",
"revision_history": [
{
"date": "2025-03-04T12:51:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.43.1.aarch64",
"product": {
"name": "podman-4.9.5-150300.9.43.1.aarch64",
"product_id": "podman-4.9.5-150300.9.43.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.43.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-150300.9.43.1.aarch64",
"product_id": "podman-remote-4.9.5-150300.9.43.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.43.1.aarch64",
"product": {
"name": "podmansh-4.9.5-150300.9.43.1.aarch64",
"product_id": "podmansh-4.9.5-150300.9.43.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.43.1.i586",
"product": {
"name": "podman-4.9.5-150300.9.43.1.i586",
"product_id": "podman-4.9.5-150300.9.43.1.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.43.1.i586",
"product": {
"name": "podman-remote-4.9.5-150300.9.43.1.i586",
"product_id": "podman-remote-4.9.5-150300.9.43.1.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.43.1.i586",
"product": {
"name": "podmansh-4.9.5-150300.9.43.1.i586",
"product_id": "podmansh-4.9.5-150300.9.43.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150300.9.43.1.noarch",
"product": {
"name": "podman-docker-4.9.5-150300.9.43.1.noarch",
"product_id": "podman-docker-4.9.5-150300.9.43.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.43.1.ppc64le",
"product": {
"name": "podman-4.9.5-150300.9.43.1.ppc64le",
"product_id": "podman-4.9.5-150300.9.43.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.43.1.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150300.9.43.1.ppc64le",
"product_id": "podman-remote-4.9.5-150300.9.43.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.43.1.ppc64le",
"product": {
"name": "podmansh-4.9.5-150300.9.43.1.ppc64le",
"product_id": "podmansh-4.9.5-150300.9.43.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.43.1.s390x",
"product": {
"name": "podman-4.9.5-150300.9.43.1.s390x",
"product_id": "podman-4.9.5-150300.9.43.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.43.1.s390x",
"product": {
"name": "podman-remote-4.9.5-150300.9.43.1.s390x",
"product_id": "podman-remote-4.9.5-150300.9.43.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.43.1.s390x",
"product": {
"name": "podmansh-4.9.5-150300.9.43.1.s390x",
"product_id": "podmansh-4.9.5-150300.9.43.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.43.1.x86_64",
"product": {
"name": "podman-4.9.5-150300.9.43.1.x86_64",
"product_id": "podman-4.9.5-150300.9.43.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.43.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-150300.9.43.1.x86_64",
"product_id": "podman-remote-4.9.5-150300.9.43.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.43.1.x86_64",
"product": {
"name": "podmansh-4.9.5-150300.9.43.1.x86_64",
"product_id": "podmansh-4.9.5-150300.9.43.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.43.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.43.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.43.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x"
},
"product_reference": "podman-4.9.5-150300.9.43.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.43.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.43.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x"
},
"product_reference": "podman-4.9.5-150300.9.43.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.43.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x"
},
"product_reference": "podman-4.9.5-150300.9.43.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.43.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.43.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.43.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.43.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-04T12:51:39Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-11218",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11218"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11218",
"url": "https://www.suse.com/security/cve/CVE-2024-11218"
},
{
"category": "external",
"summary": "SUSE Bug 1236269 for CVE-2024-11218",
"url": "https://bugzilla.suse.com/1236269"
}
],
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-04T12:51:39Z",
"details": "important"
}
],
"title": "CVE-2024-11218"
},
{
"cve": "CVE-2024-1753",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-1753"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in Buildah (and subsequently Podman Build) which allows containers to mount arbitrary locations on the host filesystem into build containers. A malicious Containerfile can use a dummy image with a symbolic link to the root filesystem as a mount source and cause the mount operation to mount the host root filesystem inside the RUN step. The commands inside the RUN step will then have read-write access to the host filesystem, allowing for full container escape at build time.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-1753",
"url": "https://www.suse.com/security/cve/CVE-2024-1753"
},
{
"category": "external",
"summary": "SUSE Bug 1221677 for CVE-2024-1753",
"url": "https://bugzilla.suse.com/1221677"
}
],
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-04T12:51:39Z",
"details": "important"
}
],
"title": "CVE-2024-1753"
},
{
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-04T12:51:39Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2024-9341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9341"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9341",
"url": "https://www.suse.com/security/cve/CVE-2024-9341"
},
{
"category": "external",
"summary": "SUSE Bug 1231230 for CVE-2024-9341",
"url": "https://bugzilla.suse.com/1231230"
}
],
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-04T12:51:39Z",
"details": "moderate"
}
],
"title": "CVE-2024-9341"
},
{
"cve": "CVE-2024-9407",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9407"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability exists in the bind-propagation option of the Dockerfile RUN --mount instruction. The system does not properly validate the input passed to this option, allowing users to pass arbitrary parameters to the mount instruction. This issue can be exploited to mount sensitive directories from the host into a container during the build process and, in some cases, modify the contents of those mounted files. Even if SELinux is used, this vulnerability can bypass its protection by allowing the source directory to be relabeled to give the container access to host files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9407",
"url": "https://www.suse.com/security/cve/CVE-2024-9407"
},
{
"category": "external",
"summary": "SUSE Bug 1231208 for CVE-2024-9407",
"url": "https://bugzilla.suse.com/1231208"
}
],
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-04T12:51:39Z",
"details": "moderate"
}
],
"title": "CVE-2024-9407"
},
{
"cve": "CVE-2024-9675",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9675"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9675",
"url": "https://www.suse.com/security/cve/CVE-2024-9675"
},
{
"category": "external",
"summary": "SUSE Bug 1231499 for CVE-2024-9675",
"url": "https://bugzilla.suse.com/1231499"
}
],
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-04T12:51:39Z",
"details": "moderate"
}
],
"title": "CVE-2024-9675"
},
{
"cve": "CVE-2024-9676",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9676"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9676",
"url": "https://www.suse.com/security/cve/CVE-2024-9676"
},
{
"category": "external",
"summary": "SUSE Bug 1231698 for CVE-2024-9676",
"url": "https://bugzilla.suse.com/1231698"
},
{
"category": "external",
"summary": "SUSE Bug 1231785 for CVE-2024-9676",
"url": "https://bugzilla.suse.com/1231785"
}
],
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-04T12:51:39Z",
"details": "moderate"
}
],
"title": "CVE-2024-9676"
},
{
"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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.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 Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-04T12:51:39Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:0785-1
Vulnerability from csaf_suse - Published: 2025-03-05 13:06 - Updated: 2025-03-05 13:06| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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": "Security update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-27144: Fixed denial of service in parsing function of embedded library Go JOSE (bsc#1237641)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-785,SUSE-SLE-Micro-5.5-2025-785,SUSE-SLE-Module-Containers-15-SP6-2025-785,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-785,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-785,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-785,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-785,openSUSE-SLE-15.6-2025-785",
"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-su-2025_0785-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0785-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250785-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0785-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020483.html"
},
{
"category": "self",
"summary": "SUSE Bug 1237641",
"url": "https://bugzilla.suse.com/1237641"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-03-05T13:06:03Z",
"generator": {
"date": "2025-03-05T13:06:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0785-1",
"initial_release_date": "2025-03-05T13:06:03Z",
"revision_history": [
{
"date": "2025-03-05T13:06:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.37.1.aarch64",
"product": {
"name": "podman-4.9.5-150500.3.37.1.aarch64",
"product_id": "podman-4.9.5-150500.3.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.37.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-150500.3.37.1.aarch64",
"product_id": "podman-remote-4.9.5-150500.3.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.37.1.aarch64",
"product": {
"name": "podmansh-4.9.5-150500.3.37.1.aarch64",
"product_id": "podmansh-4.9.5-150500.3.37.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.37.1.i586",
"product": {
"name": "podman-4.9.5-150500.3.37.1.i586",
"product_id": "podman-4.9.5-150500.3.37.1.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.37.1.i586",
"product": {
"name": "podman-remote-4.9.5-150500.3.37.1.i586",
"product_id": "podman-remote-4.9.5-150500.3.37.1.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.37.1.i586",
"product": {
"name": "podmansh-4.9.5-150500.3.37.1.i586",
"product_id": "podmansh-4.9.5-150500.3.37.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150500.3.37.1.noarch",
"product": {
"name": "podman-docker-4.9.5-150500.3.37.1.noarch",
"product_id": "podman-docker-4.9.5-150500.3.37.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.37.1.ppc64le",
"product": {
"name": "podman-4.9.5-150500.3.37.1.ppc64le",
"product_id": "podman-4.9.5-150500.3.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.37.1.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150500.3.37.1.ppc64le",
"product_id": "podman-remote-4.9.5-150500.3.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.37.1.ppc64le",
"product": {
"name": "podmansh-4.9.5-150500.3.37.1.ppc64le",
"product_id": "podmansh-4.9.5-150500.3.37.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.37.1.s390x",
"product": {
"name": "podman-4.9.5-150500.3.37.1.s390x",
"product_id": "podman-4.9.5-150500.3.37.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.37.1.s390x",
"product": {
"name": "podman-remote-4.9.5-150500.3.37.1.s390x",
"product_id": "podman-remote-4.9.5-150500.3.37.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.37.1.s390x",
"product": {
"name": "podmansh-4.9.5-150500.3.37.1.s390x",
"product_id": "podmansh-4.9.5-150500.3.37.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.37.1.x86_64",
"product": {
"name": "podman-4.9.5-150500.3.37.1.x86_64",
"product_id": "podman-4.9.5-150500.3.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.37.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-150500.3.37.1.x86_64",
"product_id": "podman-remote-4.9.5-150500.3.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.37.1.x86_64",
"product": {
"name": "podmansh-4.9.5-150500.3.37.1.x86_64",
"product_id": "podmansh-4.9.5-150500.3.37.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.37.1.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.37.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.37.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.37.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.37.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.37.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.37.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.37.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.37.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.37.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.37.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.37.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.37.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.37.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.37.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"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 SP5-ESPOS:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.37.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.37.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.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 SP5-ESPOS:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.37.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.37.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.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 SP5-ESPOS:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.37.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.37.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.37.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.37.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.37.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.37.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.37.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.37.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-05T13:06:03Z",
"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.