Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-47907 (GCVE-0-2025-47907)
Vulnerability from cvelistv5 – Published: 2025-08-07 15:25 – Updated: 2025-11-04 21:10- CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | database/sql |
Affected:
0 , < 1.23.12
(semver)
Affected: 1.24.0 , < 1.24.6 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7,
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2025-47907",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-08-07T15:45:26.297503Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-08-07T15:48:03.634Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T21:10:56.083Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/08/06/1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "database/sql",
"product": "database/sql",
"programRoutines": [
{
"name": "Rows.Scan"
},
{
"name": "Row.Scan"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.23.12",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.24.6",
"status": "affected",
"version": "1.24.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Spike Curtis from Coder"
}
],
"descriptions": [
{
"lang": "en",
"value": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-08-07T15:25:30.704Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/693735"
},
{
"url": "https://go.dev/issue/74831"
},
{
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"title": "Incorrect results returned from Rows.Scan in database/sql"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-47907",
"datePublished": "2025-08-07T15:25:30.704Z",
"dateReserved": "2025-05-13T23:31:29.597Z",
"dateUpdated": "2025-11-04T21:10:56.083Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-47907",
"date": "2026-06-07",
"epss": "0.00073",
"percentile": "0.22223"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-47907\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-08-07T16:15:30.357\",\"lastModified\":\"2026-01-29T19:11:50.670\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.\"},{\"lang\":\"es\",\"value\":\"Cancelar una consulta (p. ej., cancelando el contexto pasado a uno de los m\u00e9todos de consulta) durante una llamada al m\u00e9todo Scan de las filas devueltas puede generar resultados inesperados si se realizan otras consultas en paralelo. Esto puede generar una condici\u00f3n de ejecuci\u00f3n que sobrescriba los resultados esperados con los de otra consulta, provocando que la llamada a Scan devuelva resultados inesperados de la otra consulta o un error.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L\",\"baseScore\":7.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.2,\"impactScore\":4.7}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-362\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.23.12\",\"matchCriteriaId\":\"6B868FEB-2BCB-4816-B575-BEF1ADD15C5F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.24.0\",\"versionEndExcluding\":\"1.24.6\",\"matchCriteriaId\":\"21442DAA-1345-47FB-8DA6-2589ABB8CB08\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/693735\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/74831\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/x5MKroML2yM\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3849\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/08/06/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Release Notes\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/08/06/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T21:10:56.083Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-47907\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-08-07T15:45:26.297503Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-08-07T15:47:25.067Z\"}}], \"cna\": {\"title\": \"Incorrect results returned from Rows.Scan in database/sql\", \"credits\": [{\"lang\": \"en\", \"value\": \"Spike Curtis from Coder\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"database/sql\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.23.12\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.24.0\", \"lessThan\": \"1.24.6\", \"versionType\": \"semver\"}], \"packageName\": \"database/sql\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Rows.Scan\"}, {\"name\": \"Row.Scan\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/693735\"}, {\"url\": \"https://go.dev/issue/74831\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/x5MKroML2yM\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3849\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-08-07T15:25:30.704Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-47907\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T21:10:56.083Z\", \"dateReserved\": \"2025-05-13T23:31:29.597Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-08-07T15:25:30.704Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2025:19381
Vulnerability from csaf_redhat - Published: 2025-10-30 18:49 - Updated: 2026-05-29 11:29A 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: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Assisted installer RHEL 8 components for the multicluster engine for Kubernetes 2.9.1 General Availability release, with updates to container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Assisted Installer RHEL 8 integrates components for the general multicluster engine\nfor Kubernetes 2.9.1 release that simplify the process of deploying OpenShift Container\nPlatform clusters.\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters, or to import existing Kubernetes-based clusters for management.\n\nAfter the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"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:19381",
"url": "https://access.redhat.com/errata/RHSA-2025:19381"
},
{
"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/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19381.json"
}
],
"title": "Red Hat Security Advisory: Assisted Installer RHEL 8 components for Multicluster Engine for Kubernetes 2.9.1",
"tracking": {
"current_release_date": "2026-05-29T11:29:00+00:00",
"generator": {
"date": "2026-05-29T11:29:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:19381",
"initial_release_date": "2025-10-30T18:49:30+00:00",
"revision_history": [
{
"date": "2025-10-30T18:49:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-30T18:49:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T11:29:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.9",
"product": {
"name": "multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.9::el8"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256%3A6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256%3A681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256%3A247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256%3A7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x"
]
},
"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": "2025-10-30T18:49:30+00:00",
"details": "For more information about Assisted Installer, see the following documentation:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#cim-intro\n\nFor multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro\n\nThis documentation will be available after the general availability release of Red Hat Advanced Cluster Management 2.14.",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19381"
}
],
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:19397
Vulnerability from csaf_redhat - Published: 2025-11-03 01:42 - Updated: 2026-05-29 11:29A 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: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-11.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-11.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-11.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-11.el9_4.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:19397",
"url": "https://access.redhat.com/errata/RHSA-2025:19397"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19397.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-05-29T11:29:00+00:00",
"generator": {
"date": "2026-05-29T11:29:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:19397",
"initial_release_date": "2025-11-03T01:42:52+00:00",
"revision_history": [
{
"date": "2025-11-03T01:42:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-03T01:42:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T11:29:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-11.el9_4.aarch64",
"product": {
"name": "go-toolset-0:1.21.13-11.el9_4.aarch64",
"product_id": "go-toolset-0:1.21.13-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-11.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-11.el9_4.aarch64",
"product": {
"name": "golang-0:1.21.13-11.el9_4.aarch64",
"product_id": "golang-0:1.21.13-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-11.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-11.el9_4.aarch64",
"product": {
"name": "golang-bin-0:1.21.13-11.el9_4.aarch64",
"product_id": "golang-bin-0:1.21.13-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-11.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-11.el9_4.ppc64le",
"product": {
"name": "go-toolset-0:1.21.13-11.el9_4.ppc64le",
"product_id": "go-toolset-0:1.21.13-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-11.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-11.el9_4.ppc64le",
"product": {
"name": "golang-0:1.21.13-11.el9_4.ppc64le",
"product_id": "golang-0:1.21.13-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-11.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-11.el9_4.ppc64le",
"product": {
"name": "golang-bin-0:1.21.13-11.el9_4.ppc64le",
"product_id": "golang-bin-0:1.21.13-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-11.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-11.el9_4.x86_64",
"product": {
"name": "go-toolset-0:1.21.13-11.el9_4.x86_64",
"product_id": "go-toolset-0:1.21.13-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-11.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-11.el9_4.x86_64",
"product": {
"name": "golang-0:1.21.13-11.el9_4.x86_64",
"product_id": "golang-0:1.21.13-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-11.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-11.el9_4.x86_64",
"product": {
"name": "golang-bin-0:1.21.13-11.el9_4.x86_64",
"product_id": "golang-bin-0:1.21.13-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-11.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-11.el9_4.s390x",
"product": {
"name": "go-toolset-0:1.21.13-11.el9_4.s390x",
"product_id": "go-toolset-0:1.21.13-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-11.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-11.el9_4.s390x",
"product": {
"name": "golang-0:1.21.13-11.el9_4.s390x",
"product_id": "golang-0:1.21.13-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-11.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-11.el9_4.s390x",
"product": {
"name": "golang-bin-0:1.21.13-11.el9_4.s390x",
"product_id": "golang-bin-0:1.21.13-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-11.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.21.13-11.el9_4.src",
"product": {
"name": "golang-0:1.21.13-11.el9_4.src",
"product_id": "golang-0:1.21.13-11.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-11.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.21.13-11.el9_4.noarch",
"product": {
"name": "golang-docs-0:1.21.13-11.el9_4.noarch",
"product_id": "golang-docs-0:1.21.13-11.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.21.13-11.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.21.13-11.el9_4.noarch",
"product": {
"name": "golang-misc-0:1.21.13-11.el9_4.noarch",
"product_id": "golang-misc-0:1.21.13-11.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.21.13-11.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.21.13-11.el9_4.noarch",
"product": {
"name": "golang-src-0:1.21.13-11.el9_4.noarch",
"product_id": "golang-src-0:1.21.13-11.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.21.13-11.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.21.13-11.el9_4.noarch",
"product": {
"name": "golang-tests-0:1.21.13-11.el9_4.noarch",
"product_id": "golang-tests-0:1.21.13-11.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.21.13-11.el9_4?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-11.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.aarch64"
},
"product_reference": "go-toolset-0:1.21.13-11.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-11.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.ppc64le"
},
"product_reference": "go-toolset-0:1.21.13-11.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-11.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.s390x"
},
"product_reference": "go-toolset-0:1.21.13-11.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-11.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.x86_64"
},
"product_reference": "go-toolset-0:1.21.13-11.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-11.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.aarch64"
},
"product_reference": "golang-0:1.21.13-11.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-11.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.ppc64le"
},
"product_reference": "golang-0:1.21.13-11.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-11.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.s390x"
},
"product_reference": "golang-0:1.21.13-11.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-11.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.src"
},
"product_reference": "golang-0:1.21.13-11.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-11.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.x86_64"
},
"product_reference": "golang-0:1.21.13-11.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-11.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.aarch64"
},
"product_reference": "golang-bin-0:1.21.13-11.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-11.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.ppc64le"
},
"product_reference": "golang-bin-0:1.21.13-11.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-11.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.s390x"
},
"product_reference": "golang-bin-0:1.21.13-11.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-11.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.x86_64"
},
"product_reference": "golang-bin-0:1.21.13-11.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.21.13-11.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-11.el9_4.noarch"
},
"product_reference": "golang-docs-0:1.21.13-11.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.21.13-11.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-11.el9_4.noarch"
},
"product_reference": "golang-misc-0:1.21.13-11.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.21.13-11.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-11.el9_4.noarch"
},
"product_reference": "golang-src-0:1.21.13-11.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.21.13-11.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-11.el9_4.noarch"
},
"product_reference": "golang-tests-0:1.21.13-11.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-11.el9_4.noarch"
]
},
"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": "2025-11-03T01:42:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-11.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19397"
}
],
"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": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-11.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:19731
Vulnerability from csaf_redhat - Published: 2025-11-04 19:52 - Updated: 2026-05-29 11:29A 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: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:19731",
"url": "https://access.redhat.com/errata/RHSA-2025:19731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19731.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-05-29T11:29:01+00:00",
"generator": {
"date": "2026-05-29T11:29:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:19731",
"initial_release_date": "2025-11-04T19:52:32+00:00",
"revision_history": [
{
"date": "2025-11-04T19:52:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-04T19:52:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T11:29:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.4.src",
"product": {
"name": "podman-4:4.9.4-18.el9_4.4.src",
"product_id": "podman-4:4.9.4-18.el9_4.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4.4?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-tests-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-remote-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-tests-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-18.el9_4.4.noarch",
"product": {
"name": "podman-docker-4:4.9.4-18.el9_4.4.noarch",
"product_id": "podman-docker-4:4.9.4-18.el9_4.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-18.el9_4.4?arch=noarch\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.src"
},
"product_reference": "podman-4:4.9.4-18.el9_4.4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-18.el9_4.4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.4.noarch"
},
"product_reference": "podman-docker-4:4.9.4-18.el9_4.4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.x86_64"
]
},
"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": "2025-11-04T19:52:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19731"
}
],
"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": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:19961
Vulnerability from csaf_redhat - Published: 2025-11-10 01:30 - Updated: 2026-05-29 11:29Early 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.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_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.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64 | — |
A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64 | — |
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.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_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.12 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.12 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 with 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.12/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-2025:19961",
"url": "https://access.redhat.com/errata/RHSA-2025:19961"
},
{
"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-53547",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"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/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/2025/rhsa-2025_19961.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes 2.12.6 security update",
"tracking": {
"current_release_date": "2026-05-29T11:29:02+00:00",
"generator": {
"date": "2026-05-29T11:29:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:19961",
"initial_release_date": "2025-11-10T01:30:28+00:00",
"revision_history": [
{
"date": "2025-11-10T01:30:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-08T19:04:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T11:29:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.12::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:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Af5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Aa9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Abb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Afb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aacfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ac6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Acd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Ab03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Ac581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Ab19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Afdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Add35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Ae429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ae53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Aa7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Af06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Afc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Acd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Aeef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Aae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ac855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ab594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Afb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ab86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Aa6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Aba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Aae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Afe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Aca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Abb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Ae0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3Ab1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Afe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Aacd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Acbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Af542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Af63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Aabbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Abdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ab72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Af026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ad98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Aaa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Ad707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Af06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Ab7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Aa8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Aabed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Adbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Affecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Ac5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Ab5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ad91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aa3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3Add660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Acb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aa5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ade6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Acf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Af9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Ac907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aa886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Afab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Af873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Aa20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Ad0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Ae1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ac489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Aa57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ae886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Ad2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ae898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ac7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Aae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Aaba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ab807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Ab0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ab4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"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:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
}
]
},
"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.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_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.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_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": "2025-11-10T01:30:28+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.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19961"
},
{
"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.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_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.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"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.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"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.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"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": "2025-11-10T01:30:28+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.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19961"
}
],
"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.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-53547",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-07-08T22:01:16.594090+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378905"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Although GitOps ships Helm, this product is not vulnerable to this vulnerability as ArgoCD doesn\u0027t use helm dependency update. Additionally ArgoCD scans the whole repository searching for symbolic links that eventually points to a out of bounds destination, this later feature ensures ArgoCD is not vulnerable for this issue. Given this information ArgoCD won\u0027t be updated to pull a new version of Helm in other versions than the currently latest upstream one.",
"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.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "RHBZ#2378905",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378905"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571",
"url": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm",
"url": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm"
}
],
"release_date": "2025-07-08T21:39:59.075000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-10T01:30:28+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.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19961"
},
{
"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.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "helm.sh/helm/v3: Helm Chart Code Execution"
},
{
"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.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_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.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_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": "2025-11-10T01:30:28+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.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19961"
},
{
"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.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_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.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
RHSA-2025:20909
Vulnerability from csaf_redhat - Published: 2025-11-11 13:58 - Updated: 2026-05-29 11:29There's a vulnerability in podman where an attacker may use the kube play command to overwrite host files when the kube file container a Secrete or a ConfigMap volume mount and such volume contains a symbolic link to a host file path. In a successful attack, the attacker can only control the target file to be overwritten but not the content to be written into the file. Binary-Affected: podman Upstream-version-introduced: v4.0.0 Upstream-version-fixed: v5.6.1
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
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: AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\n* podman: Podman kube play command may overwrite host files (CVE-2025-9566)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:20909",
"url": "https://access.redhat.com/errata/RHSA-2025:20909"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "2393152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393152"
},
{
"category": "external",
"summary": "RHEL-110317",
"url": "https://issues.redhat.com/browse/RHEL-110317"
},
{
"category": "external",
"summary": "RHEL-111076",
"url": "https://issues.redhat.com/browse/RHEL-111076"
},
{
"category": "external",
"summary": "RHEL-116091",
"url": "https://issues.redhat.com/browse/RHEL-116091"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_20909.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-05-29T11:29:02+00:00",
"generator": {
"date": "2026-05-29T11:29:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:20909",
"initial_release_date": "2025-11-11T13:58:42+00:00",
"revision_history": [
{
"date": "2025-11-11T13:58:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-11T13:58:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T11:29:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-6.el9_7.src",
"product": {
"name": "podman-6:5.6.0-6.el9_7.src",
"product_id": "podman-6:5.6.0-6.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-6.el9_7?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-plugins-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-plugins-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-remote-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-remote-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-tests-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-tests-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-remote-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-remote-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-tests-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-tests-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-plugins-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-plugins-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-remote-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-remote-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-tests-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-tests-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-plugins-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-plugins-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-remote-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-remote-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-tests-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-tests-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-debugsource-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-6:5.6.0-6.el9_7.noarch",
"product": {
"name": "podman-docker-6:5.6.0-6.el9_7.noarch",
"product_id": "podman-docker-6:5.6.0-6.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.6.0-6.el9_7?arch=noarch\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.6.0-6.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src"
},
"product_reference": "podman-6:5.6.0-6.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-debugsource-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.6.0-6.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch"
},
"product_reference": "podman-docker-6:5.6.0-6.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-plugins-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-plugins-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-plugins-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-remote-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-remote-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-remote-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-remote-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-tests-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-tests-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-tests-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-tests-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Paul Holzinger"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2025-9566",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-09-04T15:45:46.448000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393152"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s a vulnerability in podman where an attacker may use the kube play command to overwrite host files when the kube file container a Secrete or a ConfigMap volume mount and such volume contains a symbolic link to a host file path. In a successful attack, the attacker can only control the target file to be overwritten but not the content to be written into the file.\n\nBinary-Affected: podman\nUpstream-version-introduced: v4.0.0\nUpstream-version-fixed: v5.6.1",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: Podman kube play command may overwrite host files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has evaluated this vulnerability as having the Important severity. This happens because of the consequences of an successful attack and the low complexity (AC:L) on exploiting this vulnerability. Although the attacker cannot control the content written to the target file, depending on which file was targeted, the exploitation of this flaw may lead sensitive data corruption (I:H) and leading the system to crash resulting in a Denial of Service attack (A:H).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9566"
},
{
"category": "external",
"summary": "RHBZ#2393152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9566",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9566"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9566",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9566"
},
{
"category": "external",
"summary": "https://github.com/containers/podman/commit/43fbde4e665fe6cee6921868f04b7ccd3de5ad89",
"url": "https://github.com/containers/podman/commit/43fbde4e665fe6cee6921868f04b7ccd3de5ad89"
},
{
"category": "external",
"summary": "https://github.com/containers/podman/security/advisories/GHSA-wp3j-xq48-xpjw",
"url": "https://github.com/containers/podman/security/advisories/GHSA-wp3j-xq48-xpjw"
}
],
"release_date": "2025-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-11T13:58:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20909"
},
{
"category": "workaround",
"details": "Red Hat advises to not run the podman kube play command with untrusted Kubernetes YAML file as input, additionally review the Kubernetes YAML file before running it through podman may help to catch maliciously crafted secretes or volumes that may be used to exploit this vulnerability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "podman: Podman kube play command may overwrite host files"
},
{
"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",
"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": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
]
},
"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": "2025-11-11T13:58:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20909"
}
],
"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": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:20983
Vulnerability from csaf_redhat - Published: 2025-11-11 19:19 - Updated: 2026-05-29 11:29There's a vulnerability in podman where an attacker may use the kube play command to overwrite host files when the kube file container a Secrete or a ConfigMap volume mount and such volume contains a symbolic link to a host file path. In a successful attack, the attacker can only control the target file to be overwritten but not the content to be written into the file. Binary-Affected: podman Upstream-version-introduced: v4.0.0 Upstream-version-fixed: v5.6.1
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
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: AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\n* podman: Podman kube play command may overwrite host files (CVE-2025-9566)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:20983",
"url": "https://access.redhat.com/errata/RHSA-2025:20983"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "2393152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393152"
},
{
"category": "external",
"summary": "RHEL-110318",
"url": "https://issues.redhat.com/browse/RHEL-110318"
},
{
"category": "external",
"summary": "RHEL-111077",
"url": "https://issues.redhat.com/browse/RHEL-111077"
},
{
"category": "external",
"summary": "RHEL-116090",
"url": "https://issues.redhat.com/browse/RHEL-116090"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_20983.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-05-29T11:29:04+00:00",
"generator": {
"date": "2026-05-29T11:29:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:20983",
"initial_release_date": "2025-11-11T19:19:32+00:00",
"revision_history": [
{
"date": "2025-11-11T19:19:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-11T19:19:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T11:29:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-5.el10_1.src",
"product": {
"name": "podman-7:5.6.0-5.el10_1.src",
"product_id": "podman-7:5.6.0-5.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-5.el10_1?arch=src\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-remote-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-remote-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-tests-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-tests-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-remote-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-remote-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-tests-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-tests-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-remote-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-remote-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-tests-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-tests-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-remote-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-remote-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-debugsource-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-tests-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-tests-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-7:5.6.0-5.el10_1.noarch",
"product": {
"name": "podman-docker-7:5.6.0-5.el10_1.noarch",
"product_id": "podman-docker-7:5.6.0-5.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.6.0-5.el10_1?arch=noarch\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src"
},
"product_reference": "podman-7:5.6.0-5.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-7:5.6.0-5.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch"
},
"product_reference": "podman-docker-7:5.6.0-5.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src"
},
"product_reference": "podman-7:5.6.0-5.el10_1.src",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-7:5.6.0-5.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch"
},
"product_reference": "podman-docker-7:5.6.0-5.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Paul Holzinger"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2025-9566",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-09-04T15:45:46.448000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393152"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s a vulnerability in podman where an attacker may use the kube play command to overwrite host files when the kube file container a Secrete or a ConfigMap volume mount and such volume contains a symbolic link to a host file path. In a successful attack, the attacker can only control the target file to be overwritten but not the content to be written into the file.\n\nBinary-Affected: podman\nUpstream-version-introduced: v4.0.0\nUpstream-version-fixed: v5.6.1",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: Podman kube play command may overwrite host files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has evaluated this vulnerability as having the Important severity. This happens because of the consequences of an successful attack and the low complexity (AC:L) on exploiting this vulnerability. Although the attacker cannot control the content written to the target file, depending on which file was targeted, the exploitation of this flaw may lead sensitive data corruption (I:H) and leading the system to crash resulting in a Denial of Service attack (A:H).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9566"
},
{
"category": "external",
"summary": "RHBZ#2393152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9566",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9566"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9566",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9566"
},
{
"category": "external",
"summary": "https://github.com/containers/podman/commit/43fbde4e665fe6cee6921868f04b7ccd3de5ad89",
"url": "https://github.com/containers/podman/commit/43fbde4e665fe6cee6921868f04b7ccd3de5ad89"
},
{
"category": "external",
"summary": "https://github.com/containers/podman/security/advisories/GHSA-wp3j-xq48-xpjw",
"url": "https://github.com/containers/podman/security/advisories/GHSA-wp3j-xq48-xpjw"
}
],
"release_date": "2025-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-11T19:19:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20983"
},
{
"category": "workaround",
"details": "Red Hat advises to not run the podman kube play command with untrusted Kubernetes YAML file as input, additionally review the Kubernetes YAML file before running it through podman may help to catch maliciously crafted secretes or volumes that may be used to exploit this vulnerability.",
"product_ids": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "podman: Podman kube play command may overwrite host files"
},
{
"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",
"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": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
]
},
"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": "2025-11-11T19:19:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20983"
}
],
"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": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:21132
Vulnerability from csaf_redhat - Published: 2025-11-12 14:09 - Updated: 2026-05-29 11:29A 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 OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenStack Services on OpenShift (RHOSO) 18.0.14 containers are now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenStack Services on OpenShift is a hybrid cloud solution for deploying and managing virtualized and containerized applications in a scalable infrastructure with a Red Hat OpenShift Container Platform (RHOCP) control plane.\n\nSecurity Fix:\n* Postgres Scan Race Condition (CVE-2025-47907)",
"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:21132",
"url": "https://access.redhat.com/errata/RHSA-2025:21132"
},
{
"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/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/software/containers/search",
"url": "https://catalog.redhat.com/software/containers/search"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21132.json"
}
],
"title": "Red Hat Security Advisory: Release of containers for RHOSO 18.0.14",
"tracking": {
"current_release_date": "2026-05-29T11:29:03+00:00",
"generator": {
"date": "2026-05-29T11:29:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:21132",
"initial_release_date": "2025-11-12T14:09:23+00:00",
"revision_history": [
{
"date": "2025-11-12T14:09:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-12T14:09:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T11:29:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Services on OpenShift 18",
"product": {
"name": "Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:18.0::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Services on OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"product_id": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mariadb-rhel9-operator@sha256%3Aee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"product_id": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/barbican-rhel9-operator@sha256%3Ab2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"product_id": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cinder-rhel9-operator@sha256%3A56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"product_id": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"product_identification_helper": {
"purl": "pkg:oci/designate-rhel9-operator@sha256%3A07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"product": {
"name": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"product_id": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"product_identification_helper": {
"purl": "pkg:oci/edpm-hardened-uefi-rhel9@sha256%3A443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"product_id": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/glance-rhel9-operator@sha256%3A7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"product_id": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/heat-rhel9-operator@sha256%3A6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"product_id": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/horizon-rhel9-operator@sha256%3Aaa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"product_id": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/infra-rhel9-operator@sha256%3A20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"product_id": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ironic-rhel9-operator@sha256%3A3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"product": {
"name": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"product_id": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ironic-python-agent-rhel9@sha256%3A5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"product_id": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/keystone-rhel9-operator@sha256%3A62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"product_id": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"product_identification_helper": {
"purl": "pkg:oci/manila-rhel9-operator@sha256%3A3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"product_id": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mysqld-exporter-rhel9@sha256%3Afb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.15-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"product_id": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/neutron-rhel9-operator@sha256%3A7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"product_id": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"product_identification_helper": {
"purl": "pkg:oci/nova-rhel9-operator@sha256%3Af15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"product": {
"name": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"product_id": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/octavia-amphora-image-rhel9@sha256%3Ab3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"product_id": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/octavia-rhel9-operator@sha256%3A1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"product_id": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-openstack-ansible-ee-rhel9@sha256%3A9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-api-rhel9@sha256%3A42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-base-rhel9@sha256%3Ae1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-evaluator-rhel9@sha256%3A809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-listener-rhel9@sha256%3Aeab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-notifier-rhel9@sha256%3A8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-api-rhel9@sha256%3Af36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-base-rhel9@sha256%3Af585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-keystone-listener-rhel9@sha256%3A5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-worker-rhel9@sha256%3A303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-baremetal-agent-rhel9@sha256%3A80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-baremetal-rhel9-operator@sha256%3A669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-base-rhel9@sha256%3A81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-base-rhel9@sha256%3A4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-central-rhel9@sha256%3A431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-api-cfn-rhel9@sha256%3A343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-compute-rhel9@sha256%3Ac6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-ipmi-rhel9@sha256%3Afe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-notification-rhel9@sha256%3A9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-api-rhel9@sha256%3A965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-backup-rhel9@sha256%3Af485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-base-rhel9@sha256%3Ace962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-scheduler-rhel9@sha256%3A4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-volume-rhel9@sha256%3A42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cron-rhel9@sha256%3Aceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-dependencies-rhel9@sha256%3A8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-api-rhel9@sha256%3A26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-backend-bind9-rhel9@sha256%3A370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-base-rhel9@sha256%3Af0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-central-rhel9@sha256%3A4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-mdns-rhel9@sha256%3Abf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-producer-rhel9@sha256%3A8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-sink-rhel9@sha256%3A94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-worker-rhel9@sha256%3Aabe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-frr-rhel9@sha256%3A3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-glance-api-rhel9@sha256%3Ae03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-haproxy-rhel9@sha256%3A19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-api-rhel9@sha256%3Adf5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-base-rhel9@sha256%3A96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-engine-rhel9@sha256%3A9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-horizon-rhel9@sha256%3Aa14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-api-rhel9@sha256%3Adee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-base-rhel9@sha256%3A955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-conductor-rhel9@sha256%3Ad26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-inspector-rhel9@sha256%3A1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-neutron-agent-rhel9@sha256%3A1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-pxe-rhel9@sha256%3Aed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-iscsid-rhel9@sha256%3A1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-keystone-rhel9@sha256%3A91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-api-rhel9@sha256%3A6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-base-rhel9@sha256%3Abfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-scheduler-rhel9@sha256%3A4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-share-rhel9@sha256%3A7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-mariadb-rhel9@sha256%3Ace484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-memcached-rhel9@sha256%3A08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-multipathd-rhel9@sha256%3A65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-must-gather-rhel9@sha256%3Adf85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-netutils-rhel9@sha256%3A159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-network-exporter-rhel9@sha256%3A62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-agent-base-rhel9@sha256%3Ad9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-base-rhel9@sha256%3A0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-dhcp-agent-rhel9@sha256%3Ac7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-metadata-agent-ovn-rhel9@sha256%3Abb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-ovn-agent-rhel9@sha256%3A237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-server-rhel9@sha256%3A9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-sriov-agent-rhel9@sha256%3A9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-api-rhel9@sha256%3Aeae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-base-rhel9@sha256%3A0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-compute-rhel9@sha256%3Ac37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-conductor-rhel9@sha256%3A257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-novncproxy-rhel9@sha256%3A83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-scheduler-rhel9@sha256%3A7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-api-rhel9@sha256%3Af9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-base-rhel9@sha256%3A5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-health-manager-rhel9@sha256%3Ac885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-housekeeping-rhel9@sha256%3A6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-worker-rhel9@sha256%3A06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-openstackclient-rhel9@sha256%3Afced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-operator-bundle@sha256%3A7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-rhel9-operator@sha256%3A5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-base-rhel9@sha256%3A8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-bgp-agent-rhel9@sha256%3A1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-controller-rhel9@sha256%3Afb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-nb-db-server-rhel9@sha256%3A8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-northd-rhel9@sha256%3A5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-sb-db-server-rhel9@sha256%3Ab59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-placement-api-rhel9@sha256%3Ab6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-rabbitmq-rhel9@sha256%3A21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-redis-rhel9@sha256%3Aa133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-rsyslog-rhel9@sha256%3Ab620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-account-rhel9@sha256%3A5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-base-rhel9@sha256%3A52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-container-rhel9@sha256%3Ae7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-object-rhel9@sha256%3Aea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-proxy-server-rhel9@sha256%3A81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-tempest-all-rhel9@sha256%3A5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-tempest-rhel9@sha256%3A29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-unbound-rhel9@sha256%3Ae4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-api-rhel9@sha256%3Aa4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-applier-rhel9@sha256%3Ab3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-base-rhel9@sha256%3Adbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-decision-engine-rhel9@sha256%3A9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64",
"product_id": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovn-rhel9-operator@sha256%3A48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"product_id": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9-operator@sha256%3Ae329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"product_id": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-podman-exporter-rhel9@sha256%3A1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"product_id": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rabbitmq-cluster-rhel9-operator@sha256%3Aff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"product_id": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-core-rhel9@sha256%3A5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"product_id": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/swift-rhel9-operator@sha256%3A416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"product_id": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/telemetry-rhel9-operator@sha256%3Af8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"product_id": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"product_identification_helper": {
"purl": "pkg:oci/test-rhel9-operator@sha256%3A1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"product_id": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/watcher-rhel9-operator@sha256%3A84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64"
},
"product_reference": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64"
},
"product_reference": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64"
},
"product_reference": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
}
]
},
"vulnerabilities": [
{
"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 OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_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 OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_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": "2025-11-12T14:09:23+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update as a new RHOSO 18.0 deployment, see \u201cDeploying Red Hat OpenStack Services on OpenShift\u201d at https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/index\n\nFor details on how to apply this update to an existing RHOSO 18.0 deployment, see \"Updating your environment to the latest maintenance release\" at https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/updating_your_environment_to_the_latest_maintenance_release/index",
"product_ids": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21132"
}
],
"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 OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:21148
Vulnerability from csaf_redhat - Published: 2025-11-25 02:09 - Updated: 2026-05-29 11:29A 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: 9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64 | — |
Vendor Fix
fix
|
A flaw in Netty’s HTTP/1.1 chunked encoding parser allows newline (LF) characters in chunk extensions to be incorrectly treated as the end of the chunk-size line instead of requiring the proper CRLF sequence. This discrepancy can be exploited in rare cases where a reverse proxy interprets the same input differently, potentially enabling HTTP request smuggling attacks such as bypassing access controls or corrupting responses.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "New Red Hat build of Cryostat 4.1.0 on RHEL 9 container images are now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Cryostat 4 on RHEL 9 container images have been updated to fix several bugs.\n\nUsers of Cryostat 4 on RHEL 9 container images are advised to upgrade to these updated images, which contain backported patches to fix these bugs and add these enhancements. Users of these images are also encouraged to rebuild all container images that depend on these images.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n* netty-codec-http: Netty is vulnerable to request smuggling due to incorrect parsing of chunk extensions (CVE-2025-58056)\n\nYou can find images updated by this advisory in the Red Hat Container Catalog (see the References section).",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21148",
"url": "https://access.redhat.com/errata/RHSA-2025:21148"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "2392996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392996"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21148.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of Cryostat 4.1.0: new RHEL 9 container image security update",
"tracking": {
"current_release_date": "2026-05-29T11:29:03+00:00",
"generator": {
"date": "2026-05-29T11:29:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:21148",
"initial_release_date": "2025-11-25T02:09:04+00:00",
"revision_history": [
{
"date": "2025-11-25T02:09:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-25T02:09:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T11:29:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cryostat 4 on RHEL 9",
"product": {
"name": "Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cryostat:4::el9"
}
}
}
],
"category": "product_family",
"name": "Cryostat"
},
{
"branches": [
{
"category": "product_version",
"name": "cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"product": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"product_id": "cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-agent-init-rhel9\u0026tag=0.6.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"product": {
"name": "cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"product_id": "cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-db-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"product": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"product_id": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-grafana-dashboard-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"product": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"product_id": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-openshift-console-plugin-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"product": {
"name": "cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"product_id": "cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-reports-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"product": {
"name": "cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"product_id": "cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"product": {
"name": "cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"product_id": "cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-operator-bundle\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"product": {
"name": "cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"product_id": "cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9-operator\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"product": {
"name": "cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"product_id": "cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-storage-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64",
"product": {
"name": "cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64",
"product_id": "cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/jfr-datasource-rhel9\u0026tag=4.1.0-11"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"product": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"product_id": "cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-agent-init-rhel9\u0026tag=0.6.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"product": {
"name": "cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"product_id": "cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-db-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"product": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"product_id": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-grafana-dashboard-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"product": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"product_id": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-openshift-console-plugin-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"product": {
"name": "cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"product_id": "cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-reports-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"product": {
"name": "cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"product_id": "cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"product": {
"name": "cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"product_id": "cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-operator-bundle\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"product": {
"name": "cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"product_id": "cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9-operator\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"product": {
"name": "cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"product_id": "cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-storage-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"product": {
"name": "cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"product_id": "cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/jfr-datasource-rhel9\u0026tag=4.1.0-11"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64"
},
"product_reference": "cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64"
},
"product_reference": "cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64"
},
"product_reference": "cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64"
},
"product_reference": "cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64"
},
"product_reference": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64"
},
"product_reference": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64"
},
"product_reference": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64"
},
"product_reference": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64"
},
"product_reference": "cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64"
},
"product_reference": "cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64"
},
"product_reference": "cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64"
},
"product_reference": "cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64"
},
"product_reference": "cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64"
},
"product_reference": "cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64"
},
"product_reference": "cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64"
},
"product_reference": "cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64"
},
"product_reference": "cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64"
},
"product_reference": "cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64"
},
"product_reference": "cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
},
"product_reference": "cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_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": "2025-11-25T02:09:04+00:00",
"details": "You can download the Cryostat 4 on RHEL 9 container images that this update provides from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available in the Red Hat Container Catalog (see the References section).\n\nDockerfiles and scripts should be amended to refer to this new image specifically or to the latest image generally.",
"product_ids": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21148"
}
],
"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": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58056",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-09-03T21:01:22.935850+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392996"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in Netty\u2019s HTTP/1.1 chunked encoding parser allows newline (LF) characters in chunk extensions to be incorrectly treated as the end of the chunk-size line instead of requiring the proper CRLF sequence. This discrepancy can be exploited in rare cases where a reverse proxy interprets the same input differently, potentially enabling HTTP request smuggling attacks such as bypassing access controls or corrupting responses.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-http: Netty is vulnerable to request smuggling due to incorrect parsing of chunk extensions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is considered Moderate rather than Important because successful exploitation depends on a very specific deployment condition: the presence of an intermediary reverse proxy that both mishandles lone LF characters in chunk extensions and forwards them unmodified to Netty. By itself, Netty\u2019s parsing quirk does not introduce risk, and in most real-world environments, reverse proxies normalize or reject malformed chunked requests, preventing smuggling. As a result, the vulnerability has limited reach, requires a niche configuration to be exploitable, and does not universally expose Netty-based servers to request smuggling\u2014hence it is rated moderate in severity rather than important or critical.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58056"
},
{
"category": "external",
"summary": "RHBZ#2392996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392996"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58056",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58056"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc9112#name-chunked-transfer-coding",
"url": "https://datatracker.ietf.org/doc/html/rfc9112#name-chunked-transfer-coding"
},
{
"category": "external",
"summary": "https://github.com/JLLeitschuh/unCVEed/issues/1",
"url": "https://github.com/JLLeitschuh/unCVEed/issues/1"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/edb55fd8e0a3bcbd85881e423464f585183d1284",
"url": "https://github.com/netty/netty/commit/edb55fd8e0a3bcbd85881e423464f585183d1284"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/issues/15522",
"url": "https://github.com/netty/netty/issues/15522"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/pull/15611",
"url": "https://github.com/netty/netty/pull/15611"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-fghv-69vj-qj49",
"url": "https://github.com/netty/netty/security/advisories/GHSA-fghv-69vj-qj49"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/06/18/funky-chunks.html",
"url": "https://w4ke.info/2025/06/18/funky-chunks.html"
}
],
"release_date": "2025-09-03T20:56:50.732000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T02:09:04+00:00",
"details": "You can download the Cryostat 4 on RHEL 9 container images that this update provides from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available in the Red Hat Container Catalog (see the References section).\n\nDockerfiles and scripts should be amended to refer to this new image specifically or to the latest image generally.",
"product_ids": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21148"
},
{
"category": "workaround",
"details": "To mitigate this issue, enforce strict RFC compliance on all front-end proxies and load balancers so that lone LF characters in chunk extensions are rejected or normalized before being forwarded. Additionally, configure input validation at the application or proxy layer to block malformed chunked requests, ensuring consistent parsing across all components in the request path.",
"product_ids": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty-codec-http: Netty is vulnerable to request smuggling due to incorrect parsing of chunk extensions"
}
]
}
RHSA-2025:21336
Vulnerability from csaf_redhat - Published: 2025-11-13 15:16 - Updated: 2026-05-29 11:29A 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: AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-7.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-7.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-7.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-7.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-7.el9_0.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21336",
"url": "https://access.redhat.com/errata/RHSA-2025:21336"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21336.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-05-29T11:29:04+00:00",
"generator": {
"date": "2026-05-29T11:29:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:21336",
"initial_release_date": "2025-11-13T15:16:28+00:00",
"revision_history": [
{
"date": "2025-11-13T15:16:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-13T15:16:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T11:29:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-7.el9_0.src",
"product": {
"name": "golang-0:1.17.13-7.el9_0.src",
"product_id": "golang-0:1.17.13-7.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-7.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-7.el9_0.aarch64",
"product": {
"name": "golang-0:1.17.13-7.el9_0.aarch64",
"product_id": "golang-0:1.17.13-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-7.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-7.el9_0.aarch64",
"product": {
"name": "golang-bin-0:1.17.13-7.el9_0.aarch64",
"product_id": "golang-bin-0:1.17.13-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-7.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-7.el9_0.ppc64le",
"product": {
"name": "golang-0:1.17.13-7.el9_0.ppc64le",
"product_id": "golang-0:1.17.13-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-7.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-7.el9_0.ppc64le",
"product": {
"name": "golang-bin-0:1.17.13-7.el9_0.ppc64le",
"product_id": "golang-bin-0:1.17.13-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-7.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-7.el9_0.x86_64",
"product": {
"name": "golang-0:1.17.13-7.el9_0.x86_64",
"product_id": "golang-0:1.17.13-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-7.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-7.el9_0.x86_64",
"product": {
"name": "golang-bin-0:1.17.13-7.el9_0.x86_64",
"product_id": "golang-bin-0:1.17.13-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-7.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.17.13-7.el9_0.x86_64",
"product": {
"name": "golang-race-0:1.17.13-7.el9_0.x86_64",
"product_id": "golang-race-0:1.17.13-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.17.13-7.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-7.el9_0.s390x",
"product": {
"name": "golang-0:1.17.13-7.el9_0.s390x",
"product_id": "golang-0:1.17.13-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-7.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-7.el9_0.s390x",
"product": {
"name": "golang-bin-0:1.17.13-7.el9_0.s390x",
"product_id": "golang-bin-0:1.17.13-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-7.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.17.13-7.el9_0.noarch",
"product": {
"name": "golang-docs-0:1.17.13-7.el9_0.noarch",
"product_id": "golang-docs-0:1.17.13-7.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.17.13-7.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.17.13-7.el9_0.noarch",
"product": {
"name": "golang-misc-0:1.17.13-7.el9_0.noarch",
"product_id": "golang-misc-0:1.17.13-7.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.17.13-7.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.17.13-7.el9_0.noarch",
"product": {
"name": "golang-src-0:1.17.13-7.el9_0.noarch",
"product_id": "golang-src-0:1.17.13-7.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.17.13-7.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.17.13-7.el9_0.noarch",
"product": {
"name": "golang-tests-0:1.17.13-7.el9_0.noarch",
"product_id": "golang-tests-0:1.17.13-7.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.17.13-7.el9_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.aarch64"
},
"product_reference": "golang-0:1.17.13-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.ppc64le"
},
"product_reference": "golang-0:1.17.13-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.s390x"
},
"product_reference": "golang-0:1.17.13-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-7.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.src"
},
"product_reference": "golang-0:1.17.13-7.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.x86_64"
},
"product_reference": "golang-0:1.17.13-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.aarch64"
},
"product_reference": "golang-bin-0:1.17.13-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.ppc64le"
},
"product_reference": "golang-bin-0:1.17.13-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.s390x"
},
"product_reference": "golang-bin-0:1.17.13-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.x86_64"
},
"product_reference": "golang-bin-0:1.17.13-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.17.13-7.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-7.el9_0.noarch"
},
"product_reference": "golang-docs-0:1.17.13-7.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.17.13-7.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-7.el9_0.noarch"
},
"product_reference": "golang-misc-0:1.17.13-7.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.17.13-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-7.el9_0.x86_64"
},
"product_reference": "golang-race-0:1.17.13-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.17.13-7.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-7.el9_0.noarch"
},
"product_reference": "golang-src-0:1.17.13-7.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.17.13-7.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-7.el9_0.noarch"
},
"product_reference": "golang-tests-0:1.17.13-7.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-7.el9_0.noarch"
]
},
"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": "2025-11-13T15:16:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-7.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21336"
}
],
"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": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-7.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:21337
Vulnerability from csaf_redhat - Published: 2025-11-13 15:20 - Updated: 2026-05-29 11:29A 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: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-19.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-19.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-19.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-19.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-19.el9_2.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21337",
"url": "https://access.redhat.com/errata/RHSA-2025:21337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21337.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-05-29T11:29:05+00:00",
"generator": {
"date": "2026-05-29T11:29:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:21337",
"initial_release_date": "2025-11-13T15:20:08+00:00",
"revision_history": [
{
"date": "2025-11-13T15:20:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-13T15:20:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T11:29:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-19.el9_2.src",
"product": {
"name": "golang-0:1.19.13-19.el9_2.src",
"product_id": "golang-0:1.19.13-19.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-19.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-19.el9_2.aarch64",
"product": {
"name": "golang-0:1.19.13-19.el9_2.aarch64",
"product_id": "golang-0:1.19.13-19.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-19.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-19.el9_2.aarch64",
"product": {
"name": "golang-bin-0:1.19.13-19.el9_2.aarch64",
"product_id": "golang-bin-0:1.19.13-19.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-19.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-19.el9_2.ppc64le",
"product": {
"name": "golang-0:1.19.13-19.el9_2.ppc64le",
"product_id": "golang-0:1.19.13-19.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-19.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-19.el9_2.ppc64le",
"product": {
"name": "golang-bin-0:1.19.13-19.el9_2.ppc64le",
"product_id": "golang-bin-0:1.19.13-19.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-19.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-19.el9_2.x86_64",
"product": {
"name": "golang-0:1.19.13-19.el9_2.x86_64",
"product_id": "golang-0:1.19.13-19.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-19.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-19.el9_2.x86_64",
"product": {
"name": "golang-bin-0:1.19.13-19.el9_2.x86_64",
"product_id": "golang-bin-0:1.19.13-19.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-19.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.19.13-19.el9_2.x86_64",
"product": {
"name": "golang-race-0:1.19.13-19.el9_2.x86_64",
"product_id": "golang-race-0:1.19.13-19.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.19.13-19.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-19.el9_2.s390x",
"product": {
"name": "golang-0:1.19.13-19.el9_2.s390x",
"product_id": "golang-0:1.19.13-19.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-19.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-19.el9_2.s390x",
"product": {
"name": "golang-bin-0:1.19.13-19.el9_2.s390x",
"product_id": "golang-bin-0:1.19.13-19.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-19.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.19.13-19.el9_2.noarch",
"product": {
"name": "golang-docs-0:1.19.13-19.el9_2.noarch",
"product_id": "golang-docs-0:1.19.13-19.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.19.13-19.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.19.13-19.el9_2.noarch",
"product": {
"name": "golang-misc-0:1.19.13-19.el9_2.noarch",
"product_id": "golang-misc-0:1.19.13-19.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.19.13-19.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.19.13-19.el9_2.noarch",
"product": {
"name": "golang-src-0:1.19.13-19.el9_2.noarch",
"product_id": "golang-src-0:1.19.13-19.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.19.13-19.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.19.13-19.el9_2.noarch",
"product": {
"name": "golang-tests-0:1.19.13-19.el9_2.noarch",
"product_id": "golang-tests-0:1.19.13-19.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.19.13-19.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-19.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.aarch64"
},
"product_reference": "golang-0:1.19.13-19.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-19.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.ppc64le"
},
"product_reference": "golang-0:1.19.13-19.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-19.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.s390x"
},
"product_reference": "golang-0:1.19.13-19.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-19.el9_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.src"
},
"product_reference": "golang-0:1.19.13-19.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-19.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.x86_64"
},
"product_reference": "golang-0:1.19.13-19.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-19.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.aarch64"
},
"product_reference": "golang-bin-0:1.19.13-19.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-19.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.ppc64le"
},
"product_reference": "golang-bin-0:1.19.13-19.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-19.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.s390x"
},
"product_reference": "golang-bin-0:1.19.13-19.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-19.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.x86_64"
},
"product_reference": "golang-bin-0:1.19.13-19.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.19.13-19.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-19.el9_2.noarch"
},
"product_reference": "golang-docs-0:1.19.13-19.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.19.13-19.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-19.el9_2.noarch"
},
"product_reference": "golang-misc-0:1.19.13-19.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.19.13-19.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-19.el9_2.x86_64"
},
"product_reference": "golang-race-0:1.19.13-19.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.19.13-19.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-19.el9_2.noarch"
},
"product_reference": "golang-src-0:1.19.13-19.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.19.13-19.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-19.el9_2.noarch"
},
"product_reference": "golang-tests-0:1.19.13-19.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-19.el9_2.noarch"
]
},
"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": "2025-11-13T15:20:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-19.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21337"
}
],
"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": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-19.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
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.